chip8-emulator
- 0 Devlogs
- 0 Total hours
chip-8 is a interpreter which simulates an environment with 8 KiB (pretty much 8 KB for all functional purposes) of RAM and can run basic games. it's an interesting case, because it serves as not only a interpreter but also a virtual environment in which these programs execute. i'm trying to make this as a beginner project since i'm not too experienced in the field of emulators, and this is a good starting point.