A simple Chip8 emulator implementation in Go. Used this primarily as a project to learn more about the world of emulator development. Chip8 is a very simple architecture with only 35 opcodes, making a it a great beginner project.
A simple Chip8 emulator implementation in Go. Used this primarily as a project to learn more about the world of emulator development. Chip8 is a very simple architecture with only 35 opcodes, making a it a great beginner project.