ShalomPrinz / Pacman

0 stars 0 forks source link

Level #2 - Moving Board #2

Closed ShalomPrinz closed 5 years ago

ShalomPrinz commented 5 years ago

There will be four buttons - right, left, up, down. On a button click the Pacman will move one step, to the button direction. The ghosts will also move one step, to a random direction.

danprinz commented 5 years ago

I think it would be nice to attach some wireframes to make it clear how and where the buttons should be placed

ShalomPrinz commented 5 years ago

I agree, but I didn't insert any graphics details.. should I do so?

ShalomPrinz commented 5 years ago

Level #2.1 - Timer & Moving, detailed The game will hold a direction (enum value). default direction - left. The game will activate a timer, and the timer will move the board every 200 milliseconds. Timer moving: the pacman will move according to the direction. ghosts will move to a random direction until they can't keep moving, and then they will change direction.