vushu / chip-8-raku

Chip-8 emulator written in Raku.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Chip-8 emulator written in Raku.

License:Artistic License 2.0


Languages

Language:Raku 100.0%