Mine is an implementation of the simple form of the Voronoi game, a mathematical game of strategy. Players click in a playing field in turn to lay a given number of stakes. The playing field is partitioned by the stakes such that any point on the field is owned by the stake to which it is the closest. The player owning the largest area of the playing field once all the stakes have been laid wins. The current implementation is single player, playing against an algorithm, multiplayer coming soon!
#game #education #math #voronoi