A bot to play the game generals.io See the official bot api documentation at dev.generals.io.
To set up the project:
git clone https://github.com/simonbw/generals-bot.git
cd generals-bot
yarn # or npm install
Now copy generals-config-example.json
to generals-config.json
and edit the values.
Once you have done that, to start the game run
yarn start # or npm run start