Skip to content

cwithmichael/chip8_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip-8 Interpreter written in Python3 with PyGame

Find out more about Chip-8 here: Chip-8 Wiki page

Instructions

  1. Install PyGame

    python3 -m pip install pygame --user

    Instructions for Mac

  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

About

Chip8 Interpreter built with Python + PyGame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages