mirror of
https://github.com/arnaucube/go-chip8.git
synced 2026-03-22 23:46:45 +01:00
No description
- Go 100%
| chip8 | ||
| roms | ||
| screenshots | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
go-chip8 
CHIP-8 emulator written in Go.
(Done with the Rust implementation: https://github.com/arnaucube/chip8-rs)
https://en.wikipedia.org/wiki/CHIP-8
Usage
./go-chip8 -file roms/invaders.c8



