Find a file
2021-09-10 12:21:13 +02:00
.github/workflows
assets
cmake make set_property global 2021-09-10 12:19:31 +02:00
lib Capture local explicitly 2021-09-10 11:41:20 +02:00
scaling-lib
src
test Removing const from non reference argument 2021-09-10 10:54:44 +02:00
.clang-format
.clang-tidy
.gitignore
.gitmodules Don't use submodule anymore we are using FetchContent 2021-09-10 10:59:00 +02:00
CMakeLists.txt use project to set language 2021-09-10 12:19:12 +02:00
README.md Corrected spelling of pick. 2021-08-27 14:23:50 +02:00
vcpkg.json

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