/chip8-emulator

Chip8 Emulator written years ago. May or not be finished, am stashing here to move off of gitlab

Primary LanguageVue

chip8-emulator

Getting Started

Dependencies

Have npm and node js installed

Npm will do the rest

3 Steps to get up and running

  • run npm install via command line in the project directory
  • run npm run serve to build and serve
  • open localhost:8080 in your browser

Default Vue Readme

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit