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