56
The other egg saved the daycode.
How many eggs have we got?
The other egg saved the daycode.
GML-Code:
if wd_input_query('min','enter minimum.','1'){ min = real(string_digits(wd_input_query_get_text())) }else{ game_end() exit } if wd_input_query('max','enter maximum.','10'){ max = real(string_digits(wd_input_query_get_text())) }else{ game_end() exit } globalvar rand; rand = random(max-min)+min |
How many eggs have we got?
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.