Ludum Dare #30compo
Spectral Divide
My first Ludum Dare entry!
A Puzzle game in which you must maneuver several objects on separate 'boards' to individual goal areas, but their minds/controls are connected and they all try to move simultaneously.
Levels are randomly generated based on their name - enter anything you'd like to have a custom level generated, enter the name of a level you got from a friend to try and beat their score, or leave it blank and the game will name a random level for you!
A Puzzle game in which you must maneuver several objects on separate 'boards' to individual goal areas, but their minds/controls are connected and they all try to move simultaneously.
Levels are randomly generated based on their name - enter anything you'd like to have a custom level generated, enter the name of a level you got from a friend to try and beat their score, or leave it blank and the game will name a random level for you!




Comments14
@highlyinteractive -The levels are generated randomly based off of the difficulty level selected and the name of the level. You can put in a level name (anything you want) and it will use that to 'seed' the random number generator, or you can leave the name blank and the game will generate a name for you and make a level based off of that. As a result, if you get a cool level you want to share with a friend, just give them the name and the difficulty and they can play the exact same thing (and, most importantly, you can compete and see who's better at solving it :) )
Also, the method of storing seeds using actual readable words makes remembering old levels so much easier :)