Minimal project to get started with p5.js. Includes live reloading with BrowserSync.
After installing the dependencies via npm install or yarn, simply run
npm startto start the development server. Put all of your p5.js related code (i.e. your sketch) in sketch.js. Happy sketching! ⚡️
Improvements: Performance improvements:
- Floor function for scoring
- Crash when at score floor
- Only draw top 3 for every iteration
Features:
- Save AI and load AI
- AI Race mode
- AI Training mode
- Track builder mode
- Multi track select