Find a file
2021-09-29 14:16:12 +02:00
.github/workflows
.vscode Recommend some useful vscode extension automatically 2021-09-19 11:26:43 +02:00
assets
cmake Refactor out the vcpkg cmake code 2021-09-27 16:33:06 +02:00
exercises Adding bullet points to an exercise. 2021-09-29 14:16:12 +02:00
lib Adding board unit tests. 2021-09-28 14:34:48 +02:00
scaling-lib
src
test Adding board unit tests. 2021-09-28 14:34:48 +02:00
.clang-format
.clang-tidy
.gitignore Add vscode configuration 2021-09-17 15:09:44 +02:00
.gitmodules
CMakeLists.txt Refactor out the vcpkg cmake code 2021-09-27 16:33:06 +02:00
CMakePresets.json Fix cmake presets on windows 2021-09-20 19:11:19 +02:00
README.md
vcpkg.json Replace gtest by catch 2021-09-11 17:10:12 +02:00

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