A barely functional Bytepusher emulator, written in Nim.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-03-17 15:39:05 -05:00
roms Initial commit 2022-03-17 15:39:05 -05:00
bytepusher.nim Initial commit 2022-03-17 15:39:05 -05:00
README.md Initial commit 2022-03-17 15:39:05 -05:00
sdl.nim Initial commit 2022-03-17 15:39:05 -05:00

Bytepusher

A barely functional Bytepusher emulator, written in Nim. SDL2 is required, but no external Nim packages are needed.

This was a proof of concept. While emulation does render (slowly), there is no user input or sound, and you must keyboard interrupt the program for it to stop.