WOOGY GAME
WOOGY is a very simplistic game based on the Traveling Salesperson Problem (TSP) which is a classic algorithmic problem in the field of computer science. As the number of dots increases, it will become more time consuming to determine the shortest path between all dots.
WOOGY's AI is based on a genetic algorithm for finding the shortest path. It might be possible that you find a shorter path than the AI!
Have fun and challenge the AI!