Skip to content

evanhackett/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8

Emulator for the 8-bit game "console": CHIP-8

See online: http://evanhackett.com/chip8/

To run this project locally, the files must be served somehow to avoid having the ROMs blocked by the CORS policy.

For example, running:

python -m SimpleHTTPServer

in the root directory of the project and then going to localhost:8000 in your browser should work.

Releases

No releases published

Packages

No packages published