linoscope / caml8

A CHIP8 emulator written in OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A CHIP8 emulator written in OCaml


Languages

Language:OCaml 100.0%