Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Impressive polish for a game jam game ! 
I suck at finding the faces so I was really bad at the game. 

How did you decide the value of the faces combinations ?
Does one specific face have a value ?

Hey, Happy you enjoyed the game and Hope you had a great jam too :D! In terms of logic, the combinations of emotions(as in, their sprites) are the same, but the value they give out are randomized. so an array of ints are generated and randomized every round and the value of these ints are entered as a string on an other array of text elements. thats how its done :))