Hey guys! I have been working a lot on the Warioware game. Here’s what I have done so far. I started off by creating and finishing the fourth game, which was the flappy bird game. This game was a decent challenge, but I was able to figure it out in the end. I used a player scene (CharacterBody 2D), then an obstacle scene (Area2D), and finally a main game scene. From there, I just combined each of the elements and their respective scripts. One challenge that I faced with this was trying to get the score working for it. Since the score would have to be referenced into two different scripts, I remembered that I could use a Global variable, which allowed me to easily reference the score in both scripts which allowed the game to flow smoothly to the next scenes. I learned a lot through this game. Next steps would be just to finish any polishing steps.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.