Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 343 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 343 Bytes

Game-about-Squares

The project is a implementation of a solver for the game "Game about Squares", using lazy search in the space of game states in order to solve every level of the game. The algorithm used for solving the game was done with iterative deepening depth-first search (a limited version of DFS).