bmontgomery / js-chip8

A browser-based Chip-8 emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chip8 Emulator

A Chip8 Emulator written in JavaScript

Dependencies

  • Node.js
  • Express

How to use

Install all dependencies:

npm install

Start the application by navigating to the directory in a command line console, and typing

node index.js

Then open a browser and point it to http://localhost:3000/index.html and you should see a screen appear and start displaying characters.

About

A browser-based Chip-8 emulator


Languages

Language:JavaScript 95.6%Language:CSS 4.4%