Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I was not happy that 6 people got 5k+ points today, while I could barely reach 200 in the daily today. I tried a few more times in different browsers.

I noticed that:

a) Sacrfice didnt create a sacrificial pit for me (bug)

b) If you play a run with Magna Carta (+1 hand size) and then play the same run without it, you will get different chest rewards and pylon placements. I guess that it is because of the different number of RNG calls. Not a bug, but something that makes me think about the daily challenge implementation in my own game. I am thinking about implementing separate RNG objects to keep the daily runs more similar between players regardless of choices (?)

Oh no, that is definitely a bug. I tried to make it so that basically everything would be same for everyone as much as possible. I guess the drawing of different hand size messes it up somehow. And that is indeed pretty much how I'm doing it.

What do you think about the sacrificial pit not appearing?

(+1)

There is a rule for checking where those spots can spawn making sure that they don't cut off portions of the map and if I remember correctly, it also doesn't allow any of the start tile surrounding tiles to be one. So that could be the explanation for this level at least.