Loading

EdsgerAI info (no compile

  1. class EdsgerAI extends AIInfo
  2. {
  3.     function GetAuthor()      { return "Gustavo6046"; }
  4.     function GetName()        { return "Edsger Bus"; }
  5.     function GetDescription() { return "An AI that uses Edsger W. Dijkstra's algorithm a lot: https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm"; }
  6.     function GetVersion()     { return 1; }
  7.     function GetDate()        { return "2017-10-19"; }
  8.     function CreateInstance() { return "EdsgerMain"; }
  9.     function GetShortName()   { return "Edsger"; }
  10.     function GetAPIVersion()  { return "1.7.1"; }
  11. }
  12.  
  13. RegisterAI(EdsgerAI());

Comments