We were thinking of what we wanted to make when Ben thought of the Game Tree. A game tree is a type of recursive search function that examines all possible moves of a strategy game, and their results, in an attempt to discover the optimal move. This led us to get onto OpenScad and make a recursive tree. This was done by placing cubes all around strategically by using the recursive function.