Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 367 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 367 Bytes

Chip-8 emulator in raku.

Raku comes with useful constructs such as buf8, buf16 and unsigned integer which are nice when working on an emulator.

To play run

raku main.raku roms/space_invaders.ch8

Space Invaders

To render I used Raylib::Bindings https://github.com/vushu/raylib-raku

  • Still missing sound implementation.