Posts

Showing posts from November, 2017

Scratch Level 3 - Pong

https://scratch.mit.edu/projects/189103285/ https://scratch.mit.edu/projects/189753616/ The main difficulties are when the ball sometimes hits the paddles it glitches inside the paddle and either flies out really fast or counts as a goal. I couldn't fin da way to fix this as others have this problem as well. I added my own scoreboards and also made a 4 player version aswell.

Scratch Level 2 - Racing Game

https://scratch.mit.edu/projects/187036266/ 1. I found adding a second player was really hard since my code uses the laps count to determine when the truck and other cars move, so with another car only one would trigger them. That's why i took the second car out of the finished project. 2. The differences between my game and the tutorial game is that I added obstacles that move and affect the car. The truck gets triggered on lap 3, and the cars on lap 5. I added these to make my game more interesting and game play more exciting.

Scratch - Intro

https://scratch.mit.edu/projects/186431233/

Kudo Pac-Man

Image
1. My game is pretty close to the original but has a few twists. 2. I made small holes in the walls so only the ghosts could fit through, to make the game more challenging for the player. 3. One difficulty was that the scoring wasn't working correctly. I was trying to make the player have 5 lives, but when they got touched it misused the health so fast that the game would end anyway. Another problem was that the camera was moving with the player so I looked around and found an option to anchor it to my desired position. 4. I had a couple people play my game but the main feedback was to change the position of the opening in the wall where the ghosts start to they will come out faster. 5.  Again, I anchored my camera so it wouldn't follow the player. I would improve my white apples as they were supposed to only increase the speed of the player for a certain amount of time, but I didn't quite find how to do that so it's a permanent buff.