Skip to content

A chip8 emulator for the terminal written in typescript

Notifications You must be signed in to change notification settings

RS2007/CHIP8-Typescript

Repository files navigation

Instructions to get the emulator running

Clone the repository and run the following commands in your terminal

cd CHIP8-Typescript
npm install
npm start

There are a bunch of roms in the ./roms folder , you can change them in the loadRom method in main.ts

Demo with some test roms

Pong

  image      

IBM Logo

  image

About

A chip8 emulator for the terminal written in typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published