This repository was archived by the owner on May 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Vision Statement
isalk edited this page Apr 22, 2018
·
35 revisions
Pac-Man is a classic 80’s arcade game which is a mind stimulating game for all demographics. This game is primarily useful for kids and teenagers.
PacMan organization’s game is quite well built, but it is not yet ready to be published for consumer use. Because there are certain things that needs to be implemented first.
For example, currently a player can play the game and the score gets saved, but once the game is restarted nothing is saved. Other than the when level is finished, there are no more levels. Basically, playing only one level again and again makes the game boring and uninteresting.
The product owner of Pacman would like to see below features implemented. The requirements are:
- Get user name input and save it.
- Write the high Score and save it
- Make the Pacman continuously move instead of pressing ‘w’ for one move only
- Add more levels By doing these, the owner would be able to get a game which would be complete enough to be published to consumers.