An open API service indexing awesome lists of open source software.

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

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