- Install NPM packages
- game was developed on Node v19.3.0
npm install
- play game
npm run play
- build game
npm run build
- each class has configurable variables at the beginning of the class.
- gameConfig.ts can be used to change the renderer dimensions, add assets and texture coordinate references.