Musicope is an open-source online piano game similar to Synthesia or PianoCrumbs.
To run the game:
- install NodeJS ( https://nodejs.org/en/ )
- clone or download this repository
- navigate to the cloned or downloaded folder
- copy
mid
files intostatic/songs
- run
npm install
- run
npm start
- open your browser (e.g. Google Chrome) and navigate to http://localhost
- modify
\static\web\config\default-config.ts
according to your needs