Go to file
2024-09-08 22:15:06 +02:00
.vscode Added keyboard 2024-09-02 16:35:16 +02:00
roms Added a bunch of roms 2024-09-06 12:53:33 +02:00
src Deleting lines lol 2024-09-08 22:15:06 +02:00
.gitignore First commit 2024-09-01 16:52:46 +02:00
index.html Fixed some quirks of chip8 2024-09-07 01:32:33 +02:00
LICENSE Initial commit 2024-09-01 15:50:17 +01:00
package.json Set every return type in every function just to deal with webassm 2024-09-06 13:39:12 +02:00
README.md Update readme 2024-09-01 16:53:58 +02:00
tsconfig.json First commit 2024-09-01 16:52:46 +02:00
webpack.config.js First commit 2024-09-01 16:52:46 +02:00
webpack.configdev.js First commit 2024-09-01 16:52:46 +02:00

Chipvuelto8JS

A library that implements a simple chip 8 emulator

Build

Requirements

  • Have node installed
  • Have webpack and webpack-cli: npm install webpack webpack-cli --save-dev