guessing game code

Mock create PT deliverables
By Oneal Smith
2a
• 2a. I modified a program called snappy bird. I made my
own game similar to snappy bird and called it rocket ship.
The program i used for my project was Snap! Which was
very easy to use. The only thing i changed in the program
code was the background, the pipes, the ground, the
sprite, and some codes. The purpose of my rocket ship
game is to entertain people and see how far the user can
go through between the rocks without crashing. The 1
minute video that i made shows how the game works and
how it keeps score every time you pass through the rocks. It
also shows me crashing, just to show what happens when
the spaceship crashes.
• 2b. The process of my game was changing the background,
sprite, ground, and pipes. This program was made
independently by me. To make the game look more like
outer space, I changed the background to stars which I
grabbed from google images. The problem that I had with
the rocks was that I couldn’t use the image I created from
pixel art to my program so in order to solve this problem I
had to draw the rocks using a drawing pad in the program
snap! Another problem I had with the program was when I
drew the ground and applied it, the ground was not in the
right position. So I changed the Y coordinate to -136 to
make the ground in the position it was suppose to be in.
2e
• 2e. The oval shape shows the algorithms that
someone used. This tells the sprite to start at a
certain coordinates which is y=100. The rectangle
shows the code that i had modified. Instead of
pressing the up arrow key, i changed it where you
have to press the spacebar to start the game. The
triangle displays one of the code that someone else
made. It shows that if the user crashes it would play
a chord sound.