repacman
repacman copied to clipboard
Add Ghosts
#### Acceptance criteria * Ghosts move like Pacman * Ghosts are controlled by the game system and move in a semi-random fashion (e.g. if they are close to you they...
Obviously a Pacman game uses a map 🤓 A map is based on top of our grid system and it basically means that certain movements are not permitted. #### Acceptance...
On the map, there are dots to be eaten (besides fruits and other bonuses). #### Acceptance criteria * Dots represent a point in the grid on the map paths *...
Use proper images for all the main elements #### Acceptance criteria * Pacman * Ghosts * Fruits The rest of the map can be drawn using dots, lines, rectangles, etc.