Skip to content
AppCraft-LLC edited this page Feb 8, 2018 · 1 revision

The goal of the game is to earn the best IQ scores. Basic information and rules:

  • All angles are calculated in radians
  • Dead creature loses all high level upgrades
  • All kills and deaths points will be discarded after tournament
  • IQ scores retain between tournament

Fast start

  1. Download the latest version of the game.

  2. Open /brains/br_edmund.js file for editing, read comments in it and change creature's logic to desired behavior.

  3. Open /index.html in your browser and see what you made. That's all.

Settings

You can edit cfg_sources array in the config.js to exclude some brains by commenting them or add your own brain files.

You can also edit other consts in the config.js to change the rules of the game, e.g. set shuffleBrains to false to start the game with your brain first, or change maxAliveCreatures to battle with less or more enemies at the same time.

Clone this wiki locally