Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 628 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 628 Bytes

caml8

A CHIP8 emulator written in OCaml

Screen shots

Space Invaders Start Space Invaders Pong

Dependencies

How to run

Play games

$ dune exec bin/caml8.exe -- resources/space_invadors.ch8

Disassemble

$ dune exec bin/disassemble.exe -- resources/pong.ch8

Run tests

$ dune test

Todo

  • Sound support
  • Debugger