Go to file
Patricia Aas bf0d90c76a Create compilation database correctly 2021-09-10 16:50:17 +02:00
.github/workflows Create compilation database correctly 2021-09-10 16:50:17 +02:00
assets
cmake
lib Fix typos 2021-09-10 16:20:38 +02:00
scaling-lib
src
test
.clang-format
.clang-tidy Add WarningsAsErrors in clang-tidy.yml 2021-09-10 16:49:06 +02:00
.gitignore
.gitmodules
CMakeLists.txt
README.md
vcpkg.json

README.md

Mod(C++) - Pac-Man Exercise

Make Speedy

  1. Make a new ghost class for Speedy
  2. Pick the right sprite
  3. Pick the right scatter target

Advanced:

  1. Try to chase PacMan

Hints: (links)

Implement eating of pellets

  1. Make a Pellets class (look at SuperPellets)
  2. Implement eating of pellets

Advanced:

  1. 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