-
Notifications
You must be signed in to change notification settings - Fork 13
Rules
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
-
Open
/brains/br_edmund.jsfile for editing, read comments in it and change creature's logic to desired behavior. -
Open
/index.htmlin your browser and see what you made. That's all.
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.