Skip to content
/ chip-8 Public

A CHIP-8 emulator and assembler written in JavaScript

Notifications You must be signed in to change notification settings

dpluong/chip-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip-8 CMPT 276 Spring 2019 Team 8

A Chip-8 emulator. Made in Javascript.


Install

To use the emulator only:

  1. Clone the resp or download it
  2. Open the emulator HTML file (located at ./src/index.html)

To install required software for running tests:

  1. Clone the resp or download it
  2. Install Node & NPM
  3. Execute npm install --dev in command prompt/bash

Testing

After installing using the instructions in "Install":

To test the code, execute npm test in command prompt/bash


Documentation

  • [Project Document](./docs/PROJECT DOCUMENT.md)
  • [Extenal Library Licenses](./docs/EXTERNAL LIB LICENSES.md)

About

A CHIP-8 emulator and assembler written in JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published