Fixing the layouts

Today, I fixed all of the layouts for my game.

To create my game, I used a framework called React, which is extremely great and streamlined a lot of important things. However, the layout of my pages was a bit of an issue. Because while the JSX elements of React are great for building websites and user interfaces, when it comes to games, you end up with something like this:

Not exactly very pretty. I ended up having to work for much longer than expected building the layouts, and it was a very time-intensive process, due to the unconventional nature of what I was doing, and how specific everything was. Thankfully, building the layouts became progressively easier the more pages I fixed.

Leave a Reply

Your email address will not be published. Required fields are marked *