Skip to content

mikeyhogarth/chip8-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8 Svelte

This is a frontend for a chip8 emulator, written in svelte. The meat of the actual emulator itself is in the TypeScript Chip8 module. More details about how this all works are available there.

Check out the DEMO.

Running the emulator

This is a svelte app - install using npm install then;

npm run dev

In order to build for production;

npm run build
npm start

Roms

The Roms included with this emulator are all written by David Winter and obtained via his website.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published