https://github.com/catmeowbyte/chip_byte_micro
CHIP-8 emulator.
https://github.com/catmeowbyte/chip_byte_micro
chip-8 chip-8-emulator chip-8-interpreter chip8 chip8-emulator chip8-interpreter
Last synced: 5 months ago
JSON representation
CHIP-8 emulator.
- Host: GitHub
- URL: https://github.com/catmeowbyte/chip_byte_micro
- Owner: CatMeowByte
- Created: 2025-03-30T08:50:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T13:18:01.000Z (about 1 year ago)
- Last Synced: 2025-04-01T14:28:05.372Z (about 1 year ago)
- Topics: chip-8, chip-8-emulator, chip-8-interpreter, chip8, chip8-emulator, chip8-interpreter
- Language: GDScript
- Homepage: https://catmeowbyte.github.io/chip_byte_micro/
- Size: 8.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [CBM] CHIP-Byte Micro
*by CatMeowByte*
CHIP-8 Interpreter and Virtual Machine.
## Usage
Drop the `.ch8` cartridge file to the application.
Currently only compatible with original CHIP-8 cartridge.
## License
This project is licensed under [GPLv3+](https://spdx.org/licenses/GPL-3.0-or-later.html "GNU General Public License version 3 or later").
## Contributing
This project follows the [HGG](https://catmeowbyte.github.io/heretic_git_guidelines "Heretic Git Guidelines").