This commit is contained in:
gnieark 2016-06-08 21:02:39 +02:00
parent 7038797ff2
commit 32b5bb58ef

View File

@ -33,7 +33,7 @@
<ul>
<li><em>game-id</em> String identifying the party.</li>
<li><em>action</em> String identifying the phase, <em>play-turn</em> now, you have to play.</li>
<li><em>game</em> String identifying the game. Always "tictactoe".</li>
<li><em>game</em> String identifying the game. Always "connectFour".</li>
<li><em>players</em> Int indicating the number of players in the game, still 2 on connect Four.</li>
<li><em>board</em> The map, i'll explain it at next chapter</li>
<li><em>you</em> String, Your bot's character on the grid</li>