features:
- global timer
- message who won
- restart game when finished
- add name entry
- add person rowing
- interface to customize suit and stickering
- background
- water splash animation catch
- add distance counter and finish
- make better boat and oar models
fixes:
- Refactor
- add variables to physics
- change perspective to show multiple boats
npm install
echo "NODE_ENV=development" > .env
npm start
You can use nodemon to get auto-reload for development
nodemon start