LvL 30 is now live!
- Adding diverse and interesting obstacles and player interactions
- Scoring system API
- Levels 31 - 50
- Level Builder/Editor
- Assets update to make it pretty :)
- Real-Time race with other people (Gorilla sockets)
Download Node.js. Run these following commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build