tommypacker / chip8

Simple emulator for the Chip8 Processor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple emulator for the Chip8 Processor


Languages

Language:Go 100.0%