Business

This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
Welp, I tried. Figured I would make a babby's first select-yes-or-no kind of game. My first time participating and I really underestimated how much time it takes to even make a game as simple as this one. I'm amazed at what you guys have been able to come up with!

Features:
-No sound
-Programmer art
-No descriptions for events
-A bug where the first event is randomly generated and all the ones following are exactly the same. Seems that using list.Add(gameObject.AddComponent<Event>()); in a loop, where Event randomizes values in the constructor, resulted in every Event reference having the same values. Whoops.

Anyways, I still put a lot of time into this and I don't have the time to finish it so I figured I'd share anyways. If nothing else it was a good learning experience. The 3D sprite code was something I wrote earlier.

Good luck to the rest of you!

Assets Used:
https://www.assetstore.unity3d.com/en/#!/content/53735
https://www.assetstore.unity3d.com/en/#!/content/34607
https://www.assetstore.unity3d.com/en/#!/content/55018
Found a bug?
Tell us on Discord