dmytrokarimov / snake-battle

Automatically exported from code.google.com/p/snake-battle
0 stars 0 forks source link

Class Mind #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
class Mind{
class MindMap{
Element[] get3x3(int)
Element getAt(int,int)
Element[][] get()
set3x3(int, Element[])
setAt(int,int, Element)
get(Element[][])
}

static Action getAction(Map, Snake)
Action getAction(Map)
MindMap getMindMap();
}

Original issue reported on code.google.com by Dei.Electi.mymail on 2 Nov 2012 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by Dei.Electi.mymail on 2 Nov 2012 at 3:15