935 B
935 B
Mod(C++) - Pac-Man Exercise
Make Speedy
- Make a new ghost class for Speedy
- Pic the right sprite
- Pic the right scatter target
Advanced:
- Try to chase PacMan
Hints: (links)
Implement eating of pellets
- Make a Pellets class (look at SuperPellets)
- Implement eating of pellets
Advanced:
- Try to keep score
Hints: (links)
Add cherries
- Implement cherries (look at SuperPellets)
- 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