https://github.com/cwithmichael/chip8_py
Chip8 Interpreter built with Python + PyGame
https://github.com/cwithmichael/chip8_py
Last synced: 9 months ago
JSON representation
Chip8 Interpreter built with Python + PyGame
- Host: GitHub
- URL: https://github.com/cwithmichael/chip8_py
- Owner: cwithmichael
- License: mit
- Created: 2018-01-07T06:24:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T23:12:26.000Z (about 6 years ago)
- Last Synced: 2025-02-22T13:42:54.390Z (over 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Chip-8 Interpreter written in Python3 with PyGame
Find out more about Chip-8 here: [Chip-8 Wiki page](https://en.wikipedia.org/wiki/CHIP-8)
### Instructions
1. Install PyGame
`python3 -m pip install pygame --user`
[Instructions for Mac](https://www.pygame.org/wiki/GettingStarted#Mac%20installation)
2. Play Pong
`python3 game_loop.py`
Player 1 Controls:
`1` - Move up
`q` - Move down
Player 2 Controls:
`4` - Move up
`r` - Move down