Game Pacman 👻 (Python)

Usage

To run the game, follow these steps:

  1. Instal the freegames package by running the following command in your terminal:

pip install freegames

  1. Run the game by executing the pacman_v1.py file:

py pacman.v1.py

#How to Play

  • Control the pacman using the keys (UP ⬆️, LEFT ⬅️, DOWN ⬇️, RIGHT ➡️).
  • The goal of the game is to eat the food on the game path and avoid the ghosts walking around the game path, be careful ghosts are everywhere 👻!

Note: This game is specifically designed for Windows systems. If you are using a different operating system, you may need to install a different version of the curses library to run the game successfully.