repositorypackage
0.0.0-20210911212052-2a4cc96e8c00
Repository: https://github.com/gigalione/golang-chip8.git
Documentation: pkg.go.dev
# README
golang-chip8
Chip-8 interpreter/emulator written in Golang
Usage: golang-chip8 [path-to-rom]
Requirements
SDL2 is required for the interpreter to run. Refer to requirements listed in the go-sdl2 binding library repository.