Skip to content

Configuration files

beyarkay edited this page Dec 22, 2020 · 1 revision

Configuration Files

The Genghis System uses various configuration (config) files to make developing bots more flexible. You can change these config files to customise your battleground or to customise which bot script is used.

genghis_client/config.json

This explanation is incomplete.

battleground.txt

This explanation is incomplete, but will describe how to create and customise your own battleground.

In short, your battleground file must:

  • Contain only the characters
    • # - Used to specify walls
    • - Used to specify air cells
    • _ - Used to specify where a new bot can spawn into the battleground
    • 0 - Used to specify where the Genghis System may choose to spawn in a port
  • Be rectangular in shape (ie each line must contain the same number of characters)
Clone this wiki locally