Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 538 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 538 Bytes

Another Chip8 Emulator

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.

References