Go to file
Corentin Jabot bc83fa77c3 Fix conversions warnings 2021-09-10 15:04:43 +02:00
.github/workflows Don't install Clang 2021-09-10 15:02:40 +02:00
assets
cmake Set no-unused-lambda-capture 2021-09-10 15:04:10 +02:00
lib Fix conversions warnings 2021-09-10 15:04:43 +02:00
scaling-lib Don't use C-cast 2021-09-10 14:32:46 +02:00
src
test Formatting changes. 2021-09-10 13:57:01 +02:00
.clang-format
.clang-tidy
.gitignore
.gitmodules
CMakeLists.txt use project to set language 2021-09-10 12:19:12 +02:00
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