/hapax8

A Chip-8 implementation in Go.

Primary LanguageGo

hapax8: a CHIP-8 implementation

This is mostly for fun and for brushing up on my Go.

Building

make build to build an executable.

Testing

First, install my CHIP8 assembler. Then, make test to run the test suite.