Skip to content

igorzoriy/chip-8

Repository files navigation

CHIP-8

View the demo

Yet another CHIP-8 interpreter written in TypeScript.
The goals of this project is to implement my first interpreter and play with some libraries/tools/APIs. The project uses following technologies:

Development and Testing

Checkout the project

git clone git@github.com:igorzoriy/chip-8.git
cd chip-8

Install dependencies

npm i

Run dev server

npm run dev

Run tests

npm test

Run tests in watch mode

npm run test:watch

Lint code

npm run lint

Documentation

Technical Reference
Mastering CHIP‐8
Awesome CHIP-8

Resources

Chip-8 Roms 1
Chip-8 Roms 2
Chip-8 Public Domain ROMs