An Infinite Puzzle Game

โˆž Simple rules ๐Ÿ˜Š

โˆž Endlessly Generated Levels ๐Ÿ’ป

โˆž Daily Puzzles ๐Ÿ“…


Details:

Infini-Node is a puzzle game with infinite randomly generated levels. 

The goal is to activate all the nodes with as few starting points as possible. Activated nodes will attempt to activate their neighboring nodes. Nodes can only become activated when they have less than 2 non-activated neighbors.

The answer is based on the game's internal algorithm which was discovers the minimum required starting points for each level.

Backround:

The game was originally developed as testing ground for the node solving algorithm, but once the algorithm became reliable and efficient it was possible to build a full puzzle game out of it. Enjoy!

Download

Download
InfiniNode.apk 23 MB

Comments

Log in with itch.io to leave a comment.

Nice game! What algorithm do you use?

The algorithm was custom made to solve these specific graph puzzles. But clearly it isn't perfect yet ;P