Skip to content

charxene/chocl8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chocl8

A CHIP-8 emulator written in Zig

chocl8chip8

Getting started

zig build

Download some ROM files:

./get_roms.sh

And play! Press r to run the game or s to step.

./zig-out/bin/chocl8 roms/chipquarium.c8

Controls

The 16 keys physical keys bounded by 1234 at the top and zxcv at the bottom represent the hex num pad. Additionally, these keys are also defined:

  • h quit chocl8
  • s step a single cycle
  • r run chocl8

Resources

TODO

  • audio
  • support non posix CLI
  • wasm build + web interface

About

a CHIP-8 emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published