Skip to content

mathewbyrne/chip-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Interpretter in Go

A simple CHIP-8 interpretter written in Go.

go run . [path to CHIP-8 ROM]

This is a very simple implementation that uses ebiten for rendering and input. Use chip8.Runner to run a chip8.Chip8 on a separate thread and communicate.

Passes all tests in https://github.com/Timendus/chip8-test-suite for the CHIP-8 target.

About

CHIP-8 interpretter written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages