From b18669465558cbdc8ac36520e9167715145bd768 Mon Sep 17 00:00:00 2001 From: gnieark Date: Wed, 8 Jun 2016 21:10:20 +0200 Subject: [PATCH] acheteumeuleu --- src/arenas/connectFour/.doc-fr.html.kate-swp | Bin 0 -> 139 bytes src/arenas/connectFour/doc-en.html | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 src/arenas/connectFour/.doc-fr.html.kate-swp 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 0000000000000000000000000000000000000000..f48bc61620dccb2379f20e028a5f91d7a8a673d5 GIT binary patch literal 139 zcmZQzU=Z?7EJ;-eE>A2_aLdd|RWQ;sU|?Vn@wYF${_xvWW_9u0f7-lL52)Uo&>kEF nlwky7CLm^Z4faIhG8(zUr3HZEf(U647bXp4BI|~684XFunctioning 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.