Skip to content

vushu/chip-8-raku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages