pacman/lib
Corentin Jabot c2cfb8c734 Implement ghost movement and scatter behavior
Each ghost is trying to reach a point beyond the
corner of the board, which make them run in circle
2021-07-01 10:19:46 +02:00
..
Atlas.hpp Add ghosts 2021-06-24 18:33:08 +02:00
Board.cpp Implement ghost movement and scatter behavior 2021-07-01 10:19:46 +02:00
Board.hpp Implement ghost movement and scatter behavior 2021-07-01 10:19:46 +02:00
Canvas.cpp Add ghosts 2021-06-24 18:33:08 +02:00
Canvas.hpp Add ghosts 2021-06-24 18:33:08 +02:00
CMakeLists.txt
Direction.hpp Implement ghost movement and scatter behavior 2021-07-01 10:19:46 +02:00
Game.cpp Add ghosts 2021-06-24 18:33:08 +02:00
Game.hpp Add ghosts 2021-06-24 18:33:08 +02:00
Ghost.cpp Implement ghost movement and scatter behavior 2021-07-01 10:19:46 +02:00
Ghost.hpp Implement ghost movement and scatter behavior 2021-07-01 10:19:46 +02:00
InputState.hpp
PacMan.cpp Add ghosts 2021-06-24 18:33:08 +02:00
PacMan.hpp Make pacman mouth wide open while he doesn't move 2021-06-24 18:33:08 +02:00
PacManAnimation.cpp Add ghosts 2021-06-24 18:33:08 +02:00
PacManAnimation.hpp Add ghosts 2021-06-24 18:33:08 +02:00
Pellets.cpp
Pellets.hpp
Position.hpp Pacman should not be animated when hitting a wall 2021-06-24 18:33:08 +02:00
Score.hpp Add ghosts 2021-06-24 18:33:08 +02:00
SuperPellets.cpp
SuperPellets.hpp