Skip to content

buravc/chip8go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages