Categorygithub.com/Gigalione/golang-chip8
repositorypackage
0.0.0-20210911212052-2a4cc96e8c00
Repository: https://github.com/gigalione/golang-chip8.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

golang-chip8

Chip-8 interpreter/emulator written in Golang

Usage: golang-chip8 [path-to-rom]

Screenshot from 2021-09-11 23-56-27

Requirements

SDL2 is required for the interpreter to run. Refer to requirements listed in the go-sdl2 binding library repository.