C# starter bots and test bed for Vindinium http://vindinium.org
- C# 100%
|
|
||
|---|---|---|
| Assemblies | ||
| Vindinium.Client.Console | ||
| Vindinium.Client.Logic | ||
| Vindinium.Common | ||
| Vindinium.Game.Logic.Tests | ||
| Vindinium.Server.Logic | ||
| .gitignore | ||
| README.md | ||
| vindinium.sln | ||
| vindinium.v11.suo | ||
Vindinium for C#
Original Starter Code by Mark Tanner
This code base consists of a vindinium server emulator and bots. The purpose is to find the most optimal AI to compete against other bots on the actual Vindinium servers.
Run with
client <key> <[training|arena]> <number-of-turns> [server-url] [number of games]
To keep sensitive information out of the code base, create a file with the parameters on each line as a text file in c:\vindinium.txt
Examples:
client mySecretKey arena 10
client mySecretKey training 10 http://localhost:9000