Include choose of genre, choosing of bridge, next gold price to build bridge and much more!

Though not really a challenge, but it's something worth thinking. In this game, there are lots of modal to show to user one after another.

The method I've employed is to use a boolean variable for each of the modal.

Show if it's true.

Once done showing, set variable to false and set another variable to true.

This approach doesn't seems to be the best way. But right now it works pretty well.

With the modal replicated so many times, it's time to think about how to abstract out the modal code and be reuse throughout.

Tomorrow, I will finally be getting started at managing questions and genre.