This project was developed as the final project for a basic Python course. It is a classic arcade game where the player controls Pacman, a yellow character that navigates a maze, collects pellets, and ...
This is a simple terminal-based game inspired by Pacman. The player navigates through a grid, collecting food and avoiding enemies. The game is implemented using the Curses library, which provides a ...