Cloud Storage - Devlog #4
The great rewrite ! The decision to rewrite the game has allowed me to plan the structure better as I'm able to cherry pick everything that was good in version 1 and better plan in this version. The rewrite has also resulted in a better project plan. For this update I am planning on concentrating on the following: IKEA aesthetics Tile delivery system Wiping the board clean Game save I put together a random selection of shapes with the intention of evolving them into proper buildings later on. Once these were in place a basic tile delivery system was written that presents the player with a single item tile at a time and does this in a random way. I am dreading revisiting the logic I penned in the notebook for this system, it is what broke everything in version 1 and forced this rewrite as a result. Despite it only being a basic prototype, it is strangely satisfying just placing the random shapes onto the board. I have been able to plan a better method of recording each piece placed ...