http://dibblrmedia.com/projects/omgmove/
Got bored. Move the box using the arrow keys and avoid the balls. High score I have seen mailed to me is 3449.
http://dibblrmedia.com/projects/omgmove/
Got bored. Move the box using the arrow keys and avoid the balls. High score I have seen mailed to me is 3449.
4223 bitch
just got 4400
it is a really early beta so i will add a press a key to start and some high score posting too in the future.
played this the other day when I saw it on G+.
Uploaded with ImageShack.us
second try. there seems to be a flaw somewhat if you put the box in a certain area (fyi) and I probably could have gone longer but my ADD kicked in after 6k
^^^ lol seriously?!
4831 by only moving horizontally on the bottom. I could have probably done better but that is good enough for me.
lol… 3304 without ever moving the square.
3776, again with 0 moves. Wondering how high a score I can get without actually playing.
EDIT: 4893 without ever moving the box. I’m out.
I gotta work on my generation scheme. My friend played and 4 balls were bouncing back and forth until she had to move
oh really…
Are you publishing the code?
wut
lol nm I was referring to some girl playing with bouncing balls.
Anyways code??
Yeah, your random function is pretty bad. At one point I had 4 going perfectly between the two far corners, just back and forth in a straight line.
For this? Just view source. JavaScript has 0 security on the code and its pretty basic. Just an array of balls with their random movement speeds, an init function that runs every interval that detects button presses and moves the balls, and then some basic collision detection. Just working on getting used to the canvas in HTML5.
Ya that is what she had. I gotta do a little better randomizing the random functions. I knew a way in java to really make a more tru-er random but I gotta dig up the old code. Javascript Math sucks.