Comments

Log in with itch.io to leave a comment.

(+2)

I'm currently in bed with flu and I just spent the best part of the afternoon playing this game :)

The only thing that could use some improvement is the graph layout algorithm. Sometimes multiple edges overlap without it being obvious and that can be quite confusing. Similarly, even simple graphs  sometimes look messy, with edges intersecting unnecessarily.

Other than that, this game is very well done and it is pretty addictive :)

Great implementation! Ive had a tab open on my phone since I saw you posted it (either on the YT video or a reddit page) and love to occasionally play it :)

Glad to hear it. Thanks for the feedback.

Out of curiosity, what's your technique to generate the distribution of numbers per vertex? 

At first every vertex have random balance from -4 to 5. Then it add or substract 1 dollar from random vertex one by one until the sum reach it's goal. The goal sum is genus number + or -1, but more than 0.