Vindinium starterkit in Elixir

Learn about Vindinium first.

Vindinium is an Artificial Intelligence programming challenge. You have to take the control of a legendary hero using the programming language of your choice. You will fight with other AI for a predetermined number of turns and the hero with the greatest amount of gold will win.

Run with:

mix run vindinium.exs <key> <[training|arena]> <number-of-turns>

Examples

mix run vindinium.exs abc123 training 10
mix run vindinium.exs abc123 arena

Own Vindinium Server

In case you want to play on your own vindinium server, simply change the url in your config.exs:

config :vindinium, api_url: "http://vindinium.example.com/api/"