文件名称:clj8:用Clojure编写的Chip8仿真器
文件大小:39KB
文件格式:ZIP
更新时间:2024-05-14 10:50:42
Clojure
CLJ8 用Clojure编写的功能性Chip8仿真器。 使用Quil图形库进行渲染。 用法 lein运行PATH_TO_ROM 输入 1 => 0x01 2 => 0x02 3 => 0x03 4 => 0x0C Q => 0x04 W => 0x05 E => 0x06 R => 0x0D A => 0x07 S => 0x08 D => 0x09 F => 0x0E Z => 0x0A X => 0x00 C => 0x0B V => 0x0F ENTER =>重新启动模拟器 信用 值得一提的是Coldnew,其ClojureScript仿真器是该仿真器的基础。
【文件预览】:
clj8-master
----src()
--------chip8()
----screenshot_3.png(10KB)
----screenshot_2.png(10KB)
----README.md(585B)
----screenshot.png(10KB)
----roms()
--------worm.ch8(677B)
--------ibm-logo.ch8(132B)
--------brix.ch8(280B)
--------space-invaders.ch8(1KB)
--------brick.ch8(286B)
--------pong.ch8(246B)
--------tic-tac-toe.ch8(486B)
--------tetris.ch8(494B)
----project.clj(432B)