Infini-Node
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!
Status | Prototype |
Platforms | HTML5, Android |
Author | Demizo |
Genre | Puzzle, Simulation |
Made with | Unity |
Tags | 2D, Abstract, Casual, Endless, Minimalist, Procedural Generation, Relaxing, Simple |
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