Forked from https://github.com/mod-cpp/pacman
.github/workflows | ||
assets | ||
lib | ||
scaling-lib | ||
src | ||
test | ||
vcpkg@1257354a3a | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
README.md | ||
toolchain.cmake | ||
vcpkg.json |
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