Add RandomBot, fix a bug in the game logic

This commit is contained in:
Markus Himmel
2016-08-27 16:27:04 +02:00
parent 244108a442
commit aa517fbd43
5 changed files with 57 additions and 2 deletions

View File

@@ -49,6 +49,7 @@
<Compile Include="Game.cs" />
<Compile Include="GameResult.cs" />
<Compile Include="GameState.cs" />
<Compile Include="RandomBot.cs" />
<None Include="LICENSE" />
<Compile Include="IGameStateObserver.cs" />
<Compile Include="IMoveProvider.cs" />