A curve fever ripoff, ment to be played by bots.
npm installnpm run buildnpm run build:botsornpm run build:bots:watch
Game configuration lives in config.ts. Add players and set debug options here.
- Put a new file in
/botsfolder, named[name]_bot.ts - Add the file to
entriesinbots/webpack.config.js - Add
{ file: [name].bot.js }to theplayersarray inconfig.ts - build bots with
npm run build:bots.
The project contains modified definition files for paper.js:
paper.d.tshas a few things added to match the used version of paper.jsbots/paper.d.tsis modified to work when used in web worker context.