Skip to content

caleblogan/chip8-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip 8 Emulator (Interpreter)

This is a web based interpreter for the chip 8 VM. The web-client directory contains the react app that handles all ui for the emulator. The meat of the chip8 interpreter is in the chip8 directory.

screenshot

Resources used

Build

Required node and npm.

chip8 lib

Technically can run it in the console by running my with npm run dev, but no input handling works with console.

  • cd chip8 &&
  • npm i && npx tsc This should work. If not, install typescript globally and use tsc

web-client

  • cd web-client
  • npm i
  • npm run dev
  • navigate in your browser to localhost:5173

About

Chip 8 emulator/interpreter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published