My Scratch Stuff
Assignments
Pair Programming
In this pair programming session we made a poor mans version of Space Invaders.
Click here for the project link.
Foxes and Rabbits Predator - Prey System
In this program that I did NOT create, I collected data from the sprites using a list. Then I exported those lists into Google Sheets to create three graphs to show the style of a Predator and Prey system.
Click here for the project link.
Trial #1
Trial #2
Trial #3
Prey System Questions
- What data is attached to each clone? That is, what is changed on each clone that allows for the rabbits and foxes to appear/disappear?
- Each sprite has a number attached to it. The number is tracked using the list feature.
- Are the simulation results the same each time? Why or why not?
- No they do not have the same result because the sprites of both the foxes and rabbits move in different directions at random intervals, so there is no way the data can be repeated over multiple trials.
Gremlins
This program I created is a version of a game based off of the movie "Gremlins". when you hit the Banana with a rain drop, the banana will multiply and will also get smaller.
Click here for the project link.