Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey! just a suggestion from our work in class today, to try this out for the random seed generation. See if this produces more varied output!

daySeed = int(day()+""+year()+""+month());

Just wanted to give credit to rafi.pdf for the idea.