/chip8

https://netthier.github.io/chip8/

Primary LanguageRustGNU Affero General Public License v3.0AGPL-3.0

Chip-8 emulator, written in Rust with WASM support

Latest stable build available at: https://netthier.github.io/chip8/

TODO:

  • Add ROM selection (Currently loads TETRIS by default)
  • Add sound support
  • Add a debugging UI
  • Add a CRT effect with shaders
  • Add Super CHIP support
  • Add more debugging features (modify registers, breakpoints, etc.)
  • Allow user-uploaded ROMs