Back
Close
  • 123

What will I learn?

This multiplayer game is a really good start to artificial intelligence. Since the rules are really simple, you can create your first artificial intelligence with only few lines of code and improve it step by step.

You can maximize your winning positions and minimize your losing move using a MinMax algorithm. To do so, you must extrapolate the obstacles and movement that your opponents will do in the steps of the game.

Finally, artificial intelligence games are based on your capacity to be creative. Observe, adapt, improve, and share with the community to create a powerful AI.

LEARN ALGORITHMS ASSOCIATED WITH THIS PUZZLE

Voronoi Diagrams by Marchete

Learning Opportunities

This puzzle can be solved using the following concepts. Practice using these concepts and improve your skills.

Statement

On a 2D grid, you have to move your characters to score points, while placing obstacles to slow down your opponent.

You need to define a strategy and anticipate the moves of other players in order to pick the best move to play.

Inspired by the board game Santorini.

A higher resolution is required to access the IDE