Skip to content

lpww/chip8-z

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8-z

a chip8 interpreter written in zig

zig version

most recently compiled with zig 0.10.0-dev.4560+828735ac0

dependencies

sdl2

install sdl2 with your package manager: pacman -S sdl2

submodules

install external zig dependencies with git: git submodule update --init

commands

  • build with zig build
  • run with zig build run
  • test with zig build test

About

a chip8 emulator written in zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages