I am creating a card game. I need to generate 16 numbers (1-16) in random without REPEATS. How do I generate a random number in that range that won’t create one that has already been repeated?
Thank you
I am creating a card game. I need to generate 16 numbers (1-16) in random without REPEATS. How do I generate a random number in that range that won’t create one that has already been repeated?
Thank you
Here is a way to do it:
RandomNotRepeat.gdg (25.7 KB)
Basically it does the following:
Thank you
How can I open gdg file?
This is 3 years old. Don’t necropost. Gdg files are the files that were opened instead of json files on old versions of GDevelop. You cannot open them anymore, and the solution in such files are probably incompatible with newer versions.