pacman/README.md

49 lines
990 B
Markdown
Raw Normal View History

# Mod(C++) - Pac-Man Exercise
2020-11-27 13:10:09 +00:00
2021-07-13 10:22:23 +00:00
## Make Speedy
2020-11-27 13:10:09 +00:00
2021-07-13 10:22:23 +00:00
1) Make a new ghost class for Speedy
2021-08-27 12:23:50 +00:00
2) Pick the right sprite
3) Pick the right scatter target
2020-11-28 11:08:39 +00:00
2021-07-13 10:22:23 +00:00
Advanced:
2020-11-28 11:08:39 +00:00
2021-07-13 10:22:23 +00:00
4) Try to chase PacMan
2021-07-13 10:22:23 +00:00
Hints: (links)
2021-07-13 10:22:23 +00:00
## Implement eating of pellets
2021-07-13 10:22:23 +00:00
1) Make a Pellets class (look at SuperPellets)
2) Implement eating of pellets
2021-07-13 10:22:23 +00:00
Advanced:
3) Try to keep score
Hints: (links)
## Add cherries
1) Implement cherries (look at SuperPellets)
2) Change the ghost speed and look
Hints: (link)
## Add Levels
## Add kill screen
## Add win
## Add high score (std::filesystem)
### Ghosts characters and algorithms
These will probably become relevant
* https://en.wikipedia.org/wiki/Ghosts_(Pac-Man)
2021-07-13 10:22:23 +00:00
* [Video: Pac-Man Ghost AI Explained](https://youtu.be/ataGotQ7ir8)
* https://gameinternals.com/understanding-pac-man-ghost-behavior
* https://www.gamasutra.com/view/feature/3938/the_pacman_dossier.php?print=1
2021-08-02 14:42:30 +00:00
* https://www.slideshare.net/grimlockt/pac-man-6561257
2021-08-27 12:23:50 +00:00
* http://donhodges.com/pacman_pinky_explanation.htm