all repos — uStrat @ b91fdb49ec7308d4d8b43e7014dc997a499d848b

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();
}