diff --git a/src/arenas/connectFour/.doc-fr.html.kate-swp b/src/arenas/connectFour/.doc-fr.html.kate-swp new file mode 100644 index 0000000..f48bc61 Binary files /dev/null and b/src/arenas/connectFour/.doc-fr.html.kate-swp differ diff --git a/src/arenas/connectFour/doc-en.html b/src/arenas/connectFour/doc-en.html index 73497e4..ec4a06c 100644 --- a/src/arenas/connectFour/doc-en.html +++ b/src/arenas/connectFour/doc-en.html @@ -1,11 +1,11 @@ -

Functioning of duels for connect four

+

Functioning of duels for connect four

The board

-

requests from BotsArena to your bot

+

Requests from BotsArena to your bot

To talk, botsarena (the server hosting botsarena) execute a POST request on your bot's http(s) server with the json as body

Your bot responds with a JSON array

Message initating the game

@@ -61,10 +61,10 @@ Obviously the arena respects Newton's laws and place your pawn in the first free space of the column ( starting at index 0 )

-

Tools for developing and testing your bot

+

Tools for developing and testing your bot

To help you on how to manage communications between the bot and the arena, please take a look in the source PHP stupidIA .

-

Script Botsarena

+

Script Botsarena

This small html + javascript page will allow you to test and debug on your bot.
It will allow you to test your boot via its URL, against himself, a human or stupidIA.
Once ready, Express Sign your bot in the arena.

By default, browsers do not allow javascript to make Cross domain queries. It is a browser security. So there are three options:

This problem does not arise at the arena once your bot will be registered. Because in that case, it is the requests to the bot, not a browser.

-

Bolosseum

+

Bolosseum

You will find command line tools to test and debug your bot on github project Bolosseum of @moul.

-

Bringing your bot in this arena

+

Bringing your bot in this arena

The registration form your bot is on the site's home page.