Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8go

Golang and SDL implementation of Chip8 VM. Passes all tests of Timendus' Chip-8 Test Suite.

Build

$ go build -ldflags='-s -w' -o ./chip8go ./cmd/main.go

Run program

$ ./chip8go -r=<path-to-rom-file>

Keymap

. . . .
1 2 3 4
Q W E T
A S D F
Z X C V

About

Golang and SDL implementation of Chip8 VM

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages