Skip to content
/ zhip8 Public

Chip-8 Emulator in Zig and SDL2.

License

Notifications You must be signed in to change notification settings

HRuivo/zhip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zhip8

Chip-8 Emulator in Zig and SDL2.

Status

CHIP-8 Operations

Installation

From Source

Building Zhip8 from source is done with zig build.

git clone https://github.com/HRuivo/zhip8
cd zhip8
zig build

Running

Run with a ROM to be loading into memory.

zig build run -- <ROM_NAME>
zig build run -- TETRIS

TODO

  • Error handling
  • Stack Overflow handling
  • Graphics Abstraction Layer
  • Input handling
  • Testing

Releases

No releases published

Packages

No packages published

Languages