1
0
Go to file
2023-09-02 22:31:23 +03:00
libs add raylib-zig as a proper submodule 2023-09-02 22:31:23 +03:00
src add raylib-zig as a proper submodule 2023-09-02 22:31:23 +03:00
.gitignore initial commit 2023-08-27 14:46:52 +03:00
.gitmodules add raylib-zig as a proper submodule 2023-09-02 22:31:23 +03:00
build.zig add raylib-zig as a proper submodule 2023-09-02 22:31:23 +03:00
build.zig.zon initial commit 2023-08-27 14:46:52 +03:00
README.md ditch WASM support for now 2023-09-02 17:48:12 +03:00

CHIP-8 Emulator

Techinal reference: http://devernay.free.fr/hacks/chip8/C8TECH10.HTM ROM archive: https://johnearnest.github.io/chip8Archive/ Awesome chip8: https://chip-8.github.io/

// TODO: WASM support