littilemike11 / minute_math

0 stars 0 forks source link

make daily set only available once a day #33

Open littilemike11 opened 2 years ago

littilemike11 commented 2 years ago

Make a boolean variable denoting if user has done the daily set already or not. Reset variable at 12AM everyday

smosavarpour commented 1 year ago

Make an array, generate random question (idk how many but itll have to be alot) and add them to that array. Have game screen 'pop' a question out and display it. 'pop'ing it out will also delete it to ensure that it will not be repeated. Each game should pull from that array of questions.