Tommalla / SoccerAI

An AI for playing the popular Paper Soccer game
0 stars 0 forks source link

Optimize Board #4

Open Tommalla opened 10 years ago

Tommalla commented 10 years ago

Add ability to pass around move id so that there's no need to do a lookup multiple times.

Tommalla commented 10 years ago

Make Board a template class parametrized with width and height.