Legends of Code and Magic (LOCM) is a small implementation of a Strategy Card Game, designed to perform AI research.
Its advantage over the real cardgame AI engines is that it is much simpler to handle by the agents, and thus allows testing more sophisticated algorithms and quickly implement theoretical ideas.
All cards effects are deterministic, thus the nondeterminism is introduced only by the ordering of cards and unknown opponent's deck.
The game board consists of two lines (similarly as in TES:Legends), so it favors deeper strategic thinking.
Also, LOCM is based on the fair arena mode, i.e., before every game, both players create their decks secretly from the symmetrical yet limited choices. Because of that, the deckbuilding is dynamic and cannot be simply reduced to using human-created top-meta decks.
This competition aims to play the same role for Hearthstone AI Competition as microRTS plays for various StarCraft AI contests.
Encourage advanced research, free of drawbacks of working with the full-fledged game. In this domain, it means i.a. embedding deckbuilding into the game itself (limiting the usage of premade decks), and allowing efficient search beyond the one turn depth.
The contest is based on the LOCM 1.2, the same as in CEC 2019 Competition. One-lane, 1.0 version of the game, has been used for CodinGame contest in August 2018.
- Coac
Victor Le
- Prophet Coac
Ronaldo Vieira
- Marasbot
Jakub Maras
- UJIAgent2
Alejandro Juan, Arturo Barbosa, Diego Villabrille, Sergio Ferreras, Daniel Delgado, Raúl Montoliu
- AntiSquid
Sergiu Lucec
- Fabbiamo
Shioda Masahiro
- UJIAgent3
Raúl Montoliu, Daniel Delgado, Arturo Barbosa, Diego Villabrille, Sergio Ferreras, Alejandro Juan
- UJIAgent1
Arturo Barbosa, Diego Villabrille, Sergio Ferreras, Alejandro Juan, Daniel Delgado, Raúl Montoliu
- Conrisc
Konrad Cielecki
- Baseline2
organizers
- Baseline1
organizers
Prizes for the highlighted places have been sponsored by
The Game
Important dates
-
01 August 2019, 23:59 GMT Preliminary submission deadline
-
20-23 August 2019 COG conference and results announcement
Competition rules
- Submission
-
Please send a zip archive containing your bot to jko@cs.uni.wroc.pl.
The email should additionally contain:
- names (and optionally institutions) of all bot's authors
- bot's name
- instructions how to compile/run the bot on the unix system
- short description of the bot (ideally a few slides, but short pdf / markdown / doc is also enough)
- Additional requirements
-
There are no language restrictions - until the bot can run on unix system without problems.
While playing, the bot should not exceed 256 MB of memory. Anytime exceedance of 1024 MB of RAM usage will result in excluding the bot from the contest.
Although we encourage to test your bots online, it is not required to do so.
It would be great you your bot is open source, but it is not a requirement at the time of submission.
- Evaluation
-
Bots will play LOCM 1.2 version, with the following timelimits:
- 1000ms for the first turn of the game
- 100ms for the remaining 29 turns of the draft phase
- 1000ms for the first turn of the battle phase
- 200ms for all the remaining turns
-
Bots will be evaluated via the original java-based referee, using the nim-based runner, on a large number of mixed random and predefined draft choices in all-play-all system.
Contact