Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.66 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.66 KB

zigboy

🚧 zigboy is a work-in-progress Game Boy emulator written in Zig 🚧

For following along, read the journal

Why?

I had fun building my CHIP-8 emulator using Zig and now I'm attempting the Game Boy. Of course, it's also an excuse to learn Zig! Apart from minor dabbling with C++ in college, Zig is my introduction to a lower level, "systems" language. A desire to get more comfortable with this space!

Run

Install Zig 0.13

brew install zig

Then:

zig build run

TODO

Everything

References

Technical Specifications

Presentations

Blog Posts