Chip-8 CMPT 276 Spring 2019 Team 8
A Chip-8 emulator. Made in Javascript.
To use the emulator only:
- Clone the resp or download it
- Open the emulator HTML file (located at ./src/index.html)
To install required software for running tests:
- Clone the resp or download it
- Install Node & NPM
- Execute
npm install --dev
in command prompt/bash
After installing using the instructions in "Install":
To test the code, execute npm test
in command prompt/bash
- [Project Document](./docs/PROJECT DOCUMENT.md)
- [Extenal Library Licenses](./docs/EXTERNAL LIB LICENSES.md)