Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@corsaircoalition/flobot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corsaircoalition/flobot

reference bot implementation for generals.io using a combination of heuristics and graph algorithms

  • 6.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Flobot

generals.io is a fast-paced strategy game where you expand your land and battle with enemies over theirs. You lose when your general is taken, but capturing an opponent's general gives you control of their entire empire.

This bot is an AI agent that competes on the generals.io bot server. It is used to provide a consistent adversary while testing other bots.

See Generally Genius (GG) framework to develop your own bot!

Configuration

Download config.example.json from the documentation repository and make desired changes.

Execution

Install and run the executable:

npm install -g @corsaircoalition/flobot
flobot config.json

or run directly from npm library:

npx @corsaircoalition/flobot config.json

or use docker:

docker run -it -v ./config.json:/config.json ghcr.io/corsaircoalition/flobot:latest

Usage

Usage: @corsaircoalition/flobot [options] <configFile>

reference bot implementation for generals.io using a combination of heuristics and graph algorithms

Options:
  -V, --version                   output the version number
  -n, --number-of-games <number>  number of games to play (default: "1")
  -d, --debug                     enable debugging (default: false)
  -h, --help                      display help for command

Keywords

FAQs

Package last updated on 12 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc