# IP and port, that the server tries to bind to #BindIP=127.0.0.1 BindPort=11111 # Number of columns and rows indicating the size of the board ColCount=8 RowCount=8 # The name of the game to be played Game=corner # Game logging # The first '%' will be substituted to the string representing current date and time. Game.LogFile=games%.txt Game.LogToConsole=false Game.LogMoves=true # Games conducting options Game.Count=0 Game.AutoPlay=true Game.PauseBetweenMoves=1000 Game.TimeLimit=600 corner.PiecesPerCol=4 corner.PiecesPerRow=3