You are not currently logged in. Login now !
Udiverse helps you handle diversity in things you do. You can use it to handle projects running in parallel, food recipes, outfits, physical activities, activities in your favourite open-world, and more.
Udiverse comes with two main features : cards and trees, as cleverly depicted in the logo.
A set of cards is a 1-level list of possible suggestions. You can create a card for each project you are working on for instance and then ask Udiverse for suggestions on what to do next.
Cards of the same type are clones and will be discarded together when one of them is checked.
The system of cards is designed to annoy you on purpose from time to time, so be nice or more clones will spawn. This leaves room for keeping a suggestion for later, but not for too long.
Organizing possible suggestions into a hierarchy of categories and subcategories allows for more diversified suggestions.
When a tree is activated, the system will recursively pick one child node as it travels down the tree and return the path chosen.
It is possible to program a node that will activate all of its child nodes instead of only picking one. Other features are available for nodes. Feel free to explore.
Though one file can contain multiple trees, it can only contain one set of card types. Because cards leave some room to procrastination, this feature was limited on purpose.
Both cards and trees remember when a card or tree node was last picked, it is their Age. Cards and tree nodes with a higher age are more likely to be picked.
The weight parameter can make a card or node age faster, a good way to favour some suggestions. Aging makes sure all possibilities will have been suggested on the short run, without the boredom of a basic rotation and the unreliability of uniform randomness.
A tree can be connected to a card. When a card of this type will be drawn, it will activate the connected tree and have its result.
It is possible to have multiple card types connected to the same tree. Cards of different types will then have their own tree result.
Remember, cards of the same type will be clones. Hence, the tree will not be activated if there is already in the hand a card of the same type as the newly drawn one.
For very advance use, a card type can even be connected to multiple trees. When drawn, you will be asked to choose which tree to activate.
Udiverse does not store anything. Instead, you log in with your Google account and your files will be stored on your Google Drive, leaving to you full control over your data. The app will only print your input first name and use the files created by Udiverse. Nothing more.