Project's GitHub page: A Code of Ice and Fire github link

A Code of Ice and Fire Preview
Two AIs competing in the "A Code of Ice and Fire" challenge.

Project Description

"A Code of Ice and Fire" is a challenge created for CodinGame's contest "A Code of Ice and Fire". It is a turn-based strategy game opposing two AI. Players have to create their own AI on CodinGame's platform and submit it to the contest, during a 10-day period. AI are then ranked according to their performance against other players' AI with a ELO-like system.

The CodinGame engine, and all this challenge is written in Java and JS but AIs can be written in many languages.

I also participated in the challenge and made my own AI in Python, which ranked 51th out of 2160 participants.

10 days AI Challenge

Random map generation using cellular automatas

Game rules implemented in Java

Co-created with Azkellas

Screenshots

A Code of Ice and Fire Screenshot 1
A Code of Ice and Fire Screenshot 2
A Code of Ice and Fire Screenshot 3
A Code of Ice and Fire Screenshot 4
Return to project list