Skip to content

This is a simple Pacman game created in python that runs on the terminal

Notifications You must be signed in to change notification settings

MartinGurasvili/Terminal-Pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Terminal Pacman

cas


This is a simple Pacman game created in Python that runs on almost natively the terminal

Screenshot 2022-02-17 at 8 12 25 pm



How To play

  • You have 3 lives
  • Colliding with the wall or ghost will make you lose a life and respawn
  • Collect 70 points to Win
  • The game updates the position every second - so pacman will move in the facing direction
  • Pressing enter will make the scene update instantly
  • When wanting to turn, input [W/A/S/D] and then press enter



How To Install

The only thing required for this is for python to be installed, in the terminal write:

python "dragTheFileHear"

Note: This game can be run on defualt python using the other script provided, however this make the player and ghost not standout, making it harder to play.

I would advise to play it the way it was intended by installing a neat plugin called termcolor, you can do this with the code below

pip install termcolor