Generally Genius (GG) is a modular generals.io bot framework for development and analysis of game strategies and actions. CorsairCoalition is a collection of components that form the GG framework.
Commander Cortex is the user interface that controls the bot framework, displays game status, and synchronizes other compenents.
Download config.example.json
from the documentation repository and make desired changes.
To setup other components, see the detailed instructions on the project website.
Install and run the executable:
npm install -g @corsaircoalition/commander-cortex
commander-cortex config.json
or run directly from npm library:
npx @corsaircoalition/commander-cortex config.json
or use docker:
docker run -it -v ./config.json:/config.json ghcr.io/corsaircoalition/commandercortex:latest
Usage: @corsaircoalition/commander-cortex [options] <configFile>
a modular generals.io bot framework for development and analysis of game strategies and actions
Options:
-V, --version output the version number
-d, --debug enable debugging (default: false)
-h, --help display help for command