KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
chip-8
โ 18
Open GitHub โ
A CHIP-8 emulator in Go.
Download README (.md)
Explore Similar Repositories
rison
:
Rison encoder and decoder for the Jackson streaming JSON processor
vim-diff-toggle
:
๐ Vim plugin to speed up editing diff files
js2e
:
Tutorial files for JavaScript & jQuery: The Missing Manaul
shoebill-api
:
Shoebill-api is one main part of the shoebill project.
activemq
:
Development repository for activemq Chef Cookbook
// 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
chip-8
?
Download (.md)
chip-8 ====== A CHIP-8 emulator in Go, in early stages of work, but able to run a few demo ROMs. The list of partially supported games can be seen in the "screenshots" directory, but none are particularly interesting yet. Limitations: - does not implement all instructions yet, so not all games run. - input hasn't been added yet, so you can't move the paddles in Pong ;-) - produces very verbose debugging message.