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: about 1 year ago
JSON representation
A collection of CHIP-8 programs and documentation
- Host: GitHub
- URL: https://github.com/mattmikolay/chip-8
- Owner: mattmikolay
- License: mit
- Created: 2016-07-09T18:55:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T13:49:58.000Z (about 5 years ago)
- Last Synced: 2024-11-02T15:36:30.854Z (over 1 year ago)
- Topics: chip-8, chip8, cosmac
- Language: Roff
- Homepage:
- Size: 198 KB
- Stars: 306
- Watchers: 9
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-chip-8 - A collection of CHIP-8 programs and documentation - Matt Mikolay's games, programs and documentation. (Games / Postmortems)
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