Chipvuelto8/README.md

8 lines
191 B
Markdown
Raw Permalink Normal View History

2024-09-01 15:52:46 +01:00
# Chipvuelto8JS
A library that implements a simple chip 8 emulator
2024-09-01 15:50:17 +01:00
2024-09-01 15:52:46 +01:00
# Build
2024-09-01 15:53:58 +01:00
## Requirements
- Have node installed
- Have webpack and webpack-cli:
`npm install webpack webpack-cli --save-dev`