This was supposed to be a simple PacMan game but now became Pacman run away from the ghosts until they push him out of bounds
Features
- playable Pacman with animation and 4-direction movement by the arrow keys
- Ghosts different colors and behavior
-Chaser: follows pacman
-Random: moves randomly
-Pacman has 1 life can be changed in the script
-Timer: tracking how long you survive
-HUD displays:
remaining lives
elapsed time
-Pause menu with resume and quit buttons use ESC button to pause game
-Boundary to keep pacman and ghosts in until they push him into a corner
-When pacnman dies time stops
This part is for what AI was used while working on this assignment I used Chat Gpt to guide me through making the game and code having it help me with the timers getting that to connect to the script for the lives to go down, it was also used for the collision aspect of the ghosts and pacman but as obviously seen I was still struggling to get the game to count the contacts of the ghost instantly instead of counting a life lost by being pushed out of bounds