Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattmikolay/chip-8

A collection of CHIP-8 programs and documentation
https://github.com/mattmikolay/chip-8

chip-8 chip8 cosmac

Last synced: 11 days ago
JSON representation

A collection of CHIP-8 programs and documentation

Awesome Lists containing this project

README

        

# CHIP-8
A collection of CHIP-8 programs and documentation.

## Documentation

- [CHIP-8 Technical Reference][technical]
- [CHIP-8 Extensions Reference][extensions]
- [CHIP-8 Instruction Set][instructions]
- [Mastering CHIP-8][mastering]

## Programs

### Games

- [Cavern](cavern)
- [Chipquarium](chipquarium)

### Demos

- [Heart Monitor](heartmonitor)
- [Morse Code](morsecode)

### Utilities

- [Delay Timer Test](delaytimer)
- [Random Number Test](randomnumber)

## License
Source code in this repository is licensed under the MIT License. For more
information, see the included [LICENSE][mit-license] file.

Documentation in the wiki is licensed under a [Creative Commons] license. Please
see individual wiki pages for details.

[mit-license]: LICENSE "MIT License"
[Creative Commons]: https://creativecommons.org/
[technical]: https://github.com/mattmikolay/chip-8/wiki/CHIP%E2%80%908-Technical-Reference
[extensions]: https://github.com/mattmikolay/chip-8/wiki/CHIP%E2%80%908-Extensions-Reference
[instructions]: https://github.com/mattmikolay/chip-8/wiki/CHIP%E2%80%908-Instruction-Set
[mastering]: https://github.com/mattmikolay/chip-8/wiki/Mastering-CHIP%E2%80%908