dots_framework
Framework to play a dots game between multiple bots
Overview
- each bot will be called with a string of characters which represent the game and board states
- bots will make a single move per incantation
API
- moves must be sent to the framework as a series of (x,y) coordinates where (0,0) is the bottom left corner of the board
Things that need to be passed to each bot:
- board state
- number of remaining moves
- remaining time in s
- current score?
On this page
Contributors
Created November 11, 2014
Updated December 13, 2013