Skip to content

rsj217/chip8-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8-py

Chip8 Emulator in Python3

install

$ git clone git@github.com:rsj217/chip8-py.git
$ cd chip8-py
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt

run rom

(venv)  python3 -m src.main --help

Hello from the pygame community. https://www.pygame.org/contribute.html
usage: main.py [-h] --path PATH

optional arguments:
  -h, --help   show this help message and exit
  --path PATH  rom path
  
(venv)  python3 -m src.main --path=your rom path

build document

There is an online document that generate by sphinx doc and publish by github pages. You can also fetch the source doc and build by yourself.

$ cd docs && rm build
$ make html 
$ open index.html

Golang Version [Rust version]

Releases

No releases published

Packages

No packages published

Languages