Scratch Level 4 - Create Your Own Game


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

1. The Eraser sprite I had kept going off track when I was working on the project. I found out it was 
    because when the snake sped up, the tail also sped up at the same moment but then it causes the 
    Snake and Eraser to go on different coordinates and then since the Eraser doesn't hit the Snake's
    turning point it just continues in the direction its going. I fixed it by changing the code and making 
    Snake enter each new coordinate onto a list and have the Eraser follow a few entries behind. This 
    way, the Eraser will never go off track.
2. At first, https://scratch.mit.edu/projects/3306784/ was my inspiration to create a Snake game but 
    then I chose to make it two player and change the eraser flaw within the code. I also added a speed 
    boost to each snake so the players could have a more exciting game.
3. When I showed my final project to my "beta testers", they had no feedback for my game.
4. If I had more time to work on my game, I would fix the problem where when the snake overlaps
itself, the eraser will eventually erase over one part of the tail but since there are two layers of the
snake, the eraser erases both layers instead of just the part it's following.





































Comments

Popular Posts