What will I learn?
Basic rules of this game are really really simple, you can create your artificial intelligence with only few lines of code and improve it step by step.
In this puzzle, you have to efficiently compute the cells of the grid in order to capture a maximum amount of cells before your opponents do. You can also rely on pathfinding algorithms to achieve this goal.
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 MarcheteYou can also learn tips from another game, similar in the approach but with different rules : Tron
External resources
Greedy algorithmPathfindingFlood fillBTTC debriefLearning Opportunities
This puzzle can be solved using the following concepts. Practice using these concepts and improve your skills.
Statement
The aim of this game is to own the largest number of cells in a grid. You have two ways to claim ownership of a cell:
- By moving onto a neutral cell (and being the only one on that cell).
- By surrounding a collection of neutral cells with your own cells.
A higher resolution is required to access the IDE