HomeWildfire Games

commit first version of new ai bot (named Petra)

Description

commit first version of new ai bot (named Petra)

Details

Committed
mimoMar 24 2014, 11:33 PM
Parents
rP14864: add a few usefull functions in ai/common-api
Branches
Unknown
Tags
Unknown

Event Timeline

elexis added a subscriber: elexis.Aug 29 2019, 5:55 PM
elexis added inline comments.
/ps/trunk/binaries/data/mods/public/simulation/ai/petra/_petrabot.js
3

For reference, the var PETRA = function() {} (PETRA); pattern triggers an ESLint warning about using a variable before it is defined.
This was copied from rP14441, refs #2322 and is addressed by removing the "Augmentation" pattern in D2103, refs #5524.