Hi C2 developers! ^^
Someone has an idea (or even a CAPX) of how to create a random sorter/generator of mini-games like Wario Ware Inc?
I can make a random generator of objects using the functions random and choose, but in this case I cannot keep repeating something (a mini-game) successively, but creating a routine of randomness that prevents a mini-game played now be played again soon then.
For example, if I have 5 mini-games (A, B, C, D, E) and I just play the B, so I want the chance of the game B appear again is between 3-5 games ahead. There is also the factor progressive difficulty. For this I created a variable "level" in each mini-game with a routine that handles speed and energy.
PS.: I ask because I'm only a designer and not a genius in mathematics and programming as various here.
Once again, thank you in advance for your attention and cooperation of you.