o
odinpkg.dev
packages / library / chip-8

chip-8

8c5ea4dlibrary

chip-8 emulator

No license · updated 12 months ago

CHIP-8 Emulator

Prerequisites

  1. Odin 2025-07: Download

Usage

git clone https://github.com/vasiltop/chip-8/
cd chip-8
odin run src -out:bin/chip8 -- roms/ibm.ch8

Info Log

odin run src -out:bin/chip8 -define:info_log=true -- roms/ibm.ch8

Controls

The CHIP-8 keypad is represented by the following keys:

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

Pong