THIS IS A 2 PLAYER GAME. Use the mouse to move the white boat and the WASD keys to move the pink boat. Avoid the brown walls. The green goop slows down the white boat but not the pink boat. The white goop speeds both boats up. Reach the yellow (or orange) part to win!
I learned how to use the mouse to control the sprite. I also learned how to make the game a bit more complicated using variables. I added more levels, more variables, and I also added more challenging obstacles to make it different from the tutorial. One of the challenges I faced was how to make the computer understand which player won and which player didn’t. The problem was that it would make the wrong player win the game and sometimes nobody would win. To fix this, I had to be more specific in what the conditions were for each player to win the game. Another challenge I faced was how to make the time go up when the game started, not when you clicked the green flag. To overcome this challenge, I just had to put the code in the right place and add a “when backdrop switches to” block.