all repos — uStrat @ 53886275d1056bfdd74a0ed2c83a4c23cd2446c9

simple turn-based strategy game inspired by uCity, Super Robot Wars, C&C, Fire Emblem

AI.js (raw)

1
2
3
4
5
AI = {};
AI.main = function()
{
  endPhase();
}