Go to file
Ólafur Waage 9031609348 Work on the AI project. Not sure if this is good as an exercise. 2021-09-17 16:44:16 +02:00
.github/workflows
assets
cmake
lib Work on the AI project. Not sure if this is good as an exercise. 2021-09-17 16:44:16 +02:00
scaling-lib
src
test Adding unit tests for fruits. Also some minor cleanup. 2021-09-15 14:40:07 +02:00
.clang-format
.clang-tidy
.gitignore
.gitmodules
CMakeLists.txt
README.md
exercises-1.md Adding an outline for a set of exercises. 2021-09-13 13:13:43 +02:00
exercises-2.md Adding rough outline of teleport exercises. 2021-09-13 13:44:52 +02:00
exercises-3.md Updating exercises. 2021-09-16 11:33:38 +02:00
exercises-4.md Adding rough outline of bot/ai exercises. 2021-09-13 15:07:04 +02:00
small-exercises.md Updating exercises. 2021-09-16 11:33:38 +02:00
vcpkg.json Replace gtest by catch 2021-09-11 17:10:12 +02:00

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