Go to file
2024-09-03 21:00:21 +02:00
.vscode Added keyboard 2024-09-02 16:35:16 +02:00
roms Added keyboard 2024-09-02 16:35:16 +02:00
src More instructions 2024-09-03 21:00:21 +02:00
.gitignore First commit 2024-09-01 16:52:46 +02:00
index.html Anthoer 2024-09-02 22:20:00 +02:00
LICENSE Initial commit 2024-09-01 15:50:17 +01:00
package.json First commit 2024-09-01 16:52:46 +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