splondike / vindinium-bot

A bot for http://vindinium.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vindinium Starter Haskell

Haskell starter for Vindinium.

Creating Your Bot

You can create your bot by editing the Bot.bot function.

Executing Your Bot

First install haskell stack. Next you should just need to run stack build to download dependencies and build the project.

Once that is done, you can run your bot as follows:

stack exec -- vindinium training <API key> [--turns 10] [--url http://custom.vindinium.url]
stack exec -- vindinium arena <API key> [--url http://custom.vindinium.url]

About

A bot for http://vindinium.org

License:Other


Languages

Language:Haskell 100.0%