# chip-8-ref **Repository Path**: ddaren/chip-8-ref ## Basic Information - **Project Name**: chip-8-ref - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-08 - **Last Updated**: 2025-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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