So lets say i want construct to find 10 numbers between 0 and 100. But it must not chose the same numbers more than once! How do i do that? (It is probably easy but i just can't figure it out right now :/)
It may involve an array?
Develop games in your browser. Powerful, performant & highly capable.
yes, you can create an array for it. You can do it by looping through index values and shuffle them. https://www.scirra.com/manual/108/array