My Games/Programs!!!
By: Natalie C.
This year I learned how to program by creating many game programs in Scratch. We made a Cat Double Jump game, a Daleks game, a Rainbow Lines program, an Asteroids game, and a Fruit Slicergame.Thank you for Al Sweigart for helping us through these programs.
Cat Double Jump
The Cat Double Jump was the first game we coded. We learned how to program. This game included:
- Keypresses
- Gravity
- Jumping
- Double Jumping
- Wraparounds
- Backdrop Changes
- Sound and music
Daleks Game
The Daleks game was the second game we coded, I started to understand how to code more efficiently. This program includes:
- A teleport mechanism that transports the cat to a random location on the stage. There is a cooldown period for 5 seconds before the cat can be teleported again.
- A shield that protects the cat for one second. It then has a cooldown period of ten seconds before it can be used again
- A game over screen that doubles as a start screen
Rainbow Lines
The Rainbow Lines Program was the third program we coded, I was really understanding how to code. This program includes:
- Created beautiful patterns of Rainbow Lines
- Allowed the player to use variable sliders to select the thickness, color, and degree of transparency of the line.
Asteroids
- The tracking of curser locations using lists.
- A fruit slicer that the player can use to slice fruit as tney are tossed up in the air.
- A display of health that decreases as fruit is missed and falls to the ground.
- A keypress that allows the player to recover their health before they lose all of it and the game ends.
- A cloud variable that keeps track of the high score among all players.
Fruit Slicer
- The tracking of curser locations using lists.
- A Fruit Slicer that a player can use to slice fruit as they are tossed up in the air
- A display of health that decreases as fruit is missed and that falls to the ground
- A keypress that allows the player to recover their health before they lose all of it and the game ends
- A cloud variable that keeps track of the high score among all players
I have learned a lot of coding through these games in Scratch that I have made. I hope you enjoyed playing them!