Skip to content

DevinLeamy/Pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retro Games

A couple arcade games I made in python.

Pacman

The 80s classic Pacman in all its beauty

Deployment:

  1. Option One:
    1. Download the Pacman folder
    2. Download Python3 [https://www.python.org/downloads/]
    3. Install pygame(2.0.0) [pip3 and homebrew are easy options]
    4. In terminal, navigate to the file Pacman.py
    5. In terminal type python3 Pacman.py and hit enter
  2. Option Two:
    1. Download the Pacman folder
    2. In terminal, navigate to the file Pacman
    3. In terminal type ./Pacman and hit enter

Note: To adjust screen size change the variable "square" on line #59 of Pacman/Pacman.py

Gameplay (delay is just an artifact of the video quality; it runs smooth):
Pacman Gameplay

Snake

I also wrote 'Snake'...

Deployment:

  1. Option One:
    1. Download Snake.py
    2. Download Python3 [https://www.python.org/downloads/]
    3. Install pygame [pip3 and homebrew are easy options]
    4. In terminal, navigate to the file Snake.py
    5. In terminal type python3 Snake.py and hit enter
  2. Option Two:
    1. Download the Snake folder
    2. Double click on Snake

About

The 80s classic Pacman in all its beauty 👾

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages