/chip-8-zig

Chip-8 Interpreter / Emulator In Zig

Primary LanguageZigMIT LicenseMIT

Chip-8 Emulator

A interpreter for the chip-8 programming language, written in zig.

Installation & Running Locally

Building:

You will need:

  • A latest copy of the zig compiler, built from master.
  • The SDL2 library.

Note: the build.zig currently is designed for macOS & homebrew. If you have SDL2 installed to a different path, make sure you adjust your include path when invoking the compiler accordingly.

Playing a Game

zig build run -- games/<game>

Authors

  • Michael Helvey

License

MIT