Find a file
2021-08-02 15:31:32 +02:00
.github/workflows
assets
cmake Fix warnings 2021-08-02 15:28:07 +02:00
lib Remove nodiscard 2021-08-02 15:31:32 +02:00
scaling-lib Remove pointer 2021-07-08 10:26:59 +02:00
src
test
vcpkg@1257354a3a Update vcpkg 2021-07-28 15:46:25 +02:00
.clang-format
.clang-tidy Fix warnings 2021-08-02 15:28:07 +02:00
.gitignore
.gitmodules
CMakeLists.txt Fix warnings 2021-08-02 15:28:07 +02:00
README.md Add some notes on exercises 2021-07-13 12:22:23 +02:00
vcpkg.json

Mod(C++) - Pac-Man Exercise

Make Speedy

  1. Make a new ghost class for Speedy
  2. Pic the right sprite
  3. Pic 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