CAGD 377 - Blog Post Postmortem - 12/15/2024
The one thing that went right was getting the blocks to move when you swiped on the screen and having them merge when two of the same values were swiped into each other. This needed to go the way we were hoping for because the swipe and merge is the main feature of the game and if this didn't work then we would be a disaster. Even having the cube move one space at a time when you swiped would make the game feel clunky and unfun to play, so when I was able to get the swipe and merge working it was almost like getting the hardest thing done first. It made it easy once I got the values all set up because I could then make them a list that anyone in the group could add on to and it was so much easier than adding in a whole bunch of different if statements in the code. This also allowed us to go back and change the color of them later if we wanted to as well as it was made in a way where we could have changed it from the basic cubes to the models of zombies, but we decided against tha...