Skip to main content

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

This game reminds me of games like Oregon trail. Its fun to play, though I had a feeling it missed a bit of direction or a goal. There's a lot of dialog for a jam game. I found the event that gives max everything (1000 gold, 50 cannons, etc.). That was a trap. The increased food usage killed me within the next 20 days. Is this game open source? I'd love to take a look at how a branching/dialog based game like this is implemented.

It is open source yeah. GitHub ibotha/bevy-jam-5 I apologize in advance for the game-jam quality code

(+1)

I must say that the dialogue trees are neatly organized. It's interesting to see how you've set that up. Seems like an effective and flexible system. The rest of the code looks good too.

Can you add the github link to the game page? So other people who're interested can find it?

I added the link thanks, I am glad you like the way the code is done, I wanted to make it as easy as possible to write dialogue because I knew I would be doing a lot of it XD