Page 6 of 6

Re: Gravity Game

Posted: Thu Mar 24, 2011 12:55 pm
by kikito
I more or less was able to play it.

I'm on 0.7, so the menus were a bit difficult to use. The fact that they seemed to get "white colored" when I hovered the mouse "over" them (hovered over the space were the text would be if I was on 0.6) didn't help.

When I clicked start, the screen resolution changed. Please don't do that. The screen resolution selected is too hight for my laptop screen.

Finally, when I clicked on the screen, the game "reset himself". I was not able to build any blocks by clicking.

But after pressing enter, I was able to see an animated dude move around on an empty canvas. Changing gravity seemed to work.

Re: Gravity Game

Posted: Fri Mar 25, 2011 1:49 pm
by gtothereal
You cant create blocks. Im not sure where you got that idea. level two is the actual built level. the goal is to get to the top right of the screen in as few moves as possible.

Re: Gravity Game

Posted: Thu Apr 07, 2011 12:29 pm
by gtothereal
The next thing i need to add to the game is the ability to win. I want the game to go to the next world once you walk on to the door. what function would i use for this?

Re: Gravity Game

Posted: Fri Apr 08, 2011 12:09 am
by Robin
gtothereal wrote:what function would i use for this?
Depends completely on the architecture of your game, but usually it is as simple as setting a variable or two.

Re: Gravity Game

Posted: Fri Apr 08, 2011 12:20 pm
by gtothereal
like if x and y == the coordinates of the door. thanks that should be easy.