You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use the rand() function for stat generation of enemies, but it's the same every run. Modify stat generation to be more random, using srand() etc.
We currently use the rand() function for stat generation of enemies, but it's the same every run. Modify stat generation to be more random, using srand() etc.