Skip to content

Informal tournament

Teodor Elstad edited this page Sep 10, 2017 · 7 revisions

At the end of the workshop we invite everybody to join our informal chess AI tournament.

Rules of the informal tournament

It's informal ...

How to join the tournament

If you're running locally using node.js use the command npm start. This will connect the player to a game and the tournament server, and should produce an output similar to the listing below:

...
Player rnd-jesus is connected to cheslie-game
Player rnd-jesus is connected to cheslie-tourney

If you're using JSFiddle you'll be adding game.connect(ai); to the bottom of your fiddle. Have a look in the developer console in your browser, and you should see something similar to the above.

You can visit cheslie-tourney.azurewebsites.net and to follow the tournament in progress.

Clone this wiki locally