Yet another CHIP-8 emulator built in Go (with little C)
Go to file
2022-03-02 13:21:29 -03:00
.github/workflows project basic setup 2022-02-23 12:20:57 -03:00
chip8 very basic libretro core (no sound + limited controls) 2022-03-02 12:33:58 -03:00
libretro very basic libretro core (no sound + limited controls) 2022-03-02 12:33:58 -03:00
roms emulator finally working 🥳 2022-03-01 17:00:19 -03:00
screenshots web screenshot 2022-03-02 13:20:31 -03:00
.gitignore fix build 2022-02-23 13:51:58 -03:00
go.mod very basic libretro core (no sound + limited controls) 2022-03-02 12:33:58 -03:00
go.sum very basic libretro core (no sound + limited controls) 2022-03-02 12:33:58 -03:00
LICENSE license 2022-02-23 12:27:55 -03:00
main_desktop.go emulator finally working 🥳 2022-03-01 17:00:19 -03:00
main_web.go emulator finally working 🥳 2022-03-01 17:00:19 -03:00
main.go very basic libretro core (no sound + limited controls) 2022-03-02 12:33:58 -03:00
Makefile some screenshots 2022-03-02 13:16:44 -03:00
README.md web screenshot 2022-03-02 13:20:31 -03:00
test_opcode.ch8 emulator finally working 🥳 2022-03-01 17:00:19 -03:00

CHIP-8 Emulator

Yet another CHIP-8 emulator built in Go (with little C)

RetroArch (libretro) Core

retroarch_loaded retroarch_playing retroarch_menu

Desktop

pong invaders_1 invaders_2

Web (wip)

web_opcodes