Head-to-head coding competition on www.codingame.com
Finished in the top 2% of 8000 participants
Goal of the game is the control 3 hero units, defending your goal from spiders while attempting to force spiders into the opponent's goal
sample game: https://www.codingame.com/replay/631515206
Code:
-1 file limitation, so heavy inner class usage
-each game frame, read a file with a series of numbers representing the game stat and convert into objects
-hero roles
-point class with coordinate methods like towards, unit vector, distance