Go to file
Corentin Jabot d6a046ff47 Use the correct ghost names 2021-07-16 09:35:32 +02:00
.github/workflows Build on MacOS too 2021-06-22 13:17:12 +02:00
assets Rename files and remove one 2021-07-05 11:44:37 +02:00
lib Use the correct ghost names 2021-07-16 09:35:32 +02:00
scaling-lib Remove pointer 2021-07-08 10:26:59 +02:00
src Put the code in a namespace 2021-07-05 14:10:01 +02:00
test Fix test aswell 2021-07-07 11:40:23 +02:00
vcpkg@4dc864e240 Fix Debug build on ubuntu 2021-06-16 15:59:52 +02:00
.clang-format Put the code in a namespace 2021-07-05 14:10:01 +02:00
.gitignore Reformat and add a gitignore 2021-06-22 13:17:12 +02:00
.gitmodules Use VCPKG and reorganization 2021-05-10 14:58:00 +02:00
CMakeLists.txt Put the scaling function in a lib 2021-07-08 10:18:36 +02:00
README.md Add some notes on exercises 2021-07-13 12:22:23 +02:00
vcpkg.json Migrate from SDL to SFML 2021-06-22 13:17:12 +02:00

README.md

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