KO
|
EN
gitlite โ search
Search
#python
#kotlin
#java
#ai
#machine-learning
#automation
#reactjs
#typescript
#docker
#rag
#gradle
#nix
Pacman
โ 33
Open GitHub โ
The 80s classic Pacman in all its beauty ๐พ
Download README (.md)
Explore Similar Repositories
80s.nyc
:
street view of 1980s New York City
console-games
:
A C project in which you can play some of your classic arcade video games from the '80s on the terminal.
arkanoid
:
A remake of the classic '80s arcade game Arkanoid, using Python and PyGame
WetDelay
:
WET VST - Open source stereo delay VST3 plugin with authentic 80s rack-style character. 12-bit quantization, 24kHz internal rate, channel crosstalk. Windows/Linux/Mac VST3.
Obsidian-Theme-WYConsole
:
A theme for obsidian based on Computer Consoles in popular 80s Sci-fi films
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Pacman
?
Download (.md)
# Retro Games A couple arcade games I made in python. # Pacman The 80s classic Pacman in all its beauty <br/> <br/> <!-- <img src="Pacman/Media/menu.png" alt="Pacman Menu Screen" width="400"/> --> **Deployment:** <br/> 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 <br/> Note: To adjust screen size change the variable "square" on line #59 of Pacman/Pacman.py <br/> **Gameplay (delay is just an artifact of the video quality; it runs smooth):** <br/> <img src="Pacman/Media/gameplay.gif" alt="Pacman Gameplay" width="600"/> # Snake I also wrote 'Snake'... <br/> <br/> **Deployment:** <br/> 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