Skip to content

cesarolea/chip8-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8-clj

horns.ch8 running in chip8-clj

chip8-clj is a Chip8 interpreter written in Clojure. It mutates state all over the place, so please don't use it as an example of how to write proper Clojure code. It also doesn't implement sound and keypresses (yet).

Usage

In the REPL:

(-main)
(read-rom-file "/path/to/a/rom")
(cpu/resume)

License

Copyright © 2018 César Olea

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Chip8 interpreter in Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published