3D version of Pac-Man video game made in Godot game-engine as a part of a university course.
- Movement -
W,A,S,D - move
andMouse - look
- You have
3 lives
as indicated by 3 hearts in upper right corner - Game consists of two phases -
CHASE
(get touched by ghosts -> die) andFRIGHTENED
(touch ghosts -> gain a life) Eat
all the food before you lose all three lives
Git clone this repo and open it with Godot game-engine. ...or just download a executable for Linux or Windows from releases.