Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devinleamy/pacman
The 80s classic Pacman in all its beauty 👾
https://github.com/devinleamy/pacman
pacman pygame
Last synced: 16 days ago
JSON representation
The 80s classic Pacman in all its beauty 👾
- Host: GitHub
- URL: https://github.com/devinleamy/pacman
- Owner: DevinLeamy
- License: mit
- Created: 2020-04-07T19:49:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T19:12:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T17:39:20.770Z (almost 2 years ago)
- Topics: pacman, pygame
- Language: Python
- Homepage:
- Size: 25.7 MB
- Stars: 17
- Watchers: 1
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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 enterNote: 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):**
# 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