When Fortunes Collide Project Link : https://scratch.mit.edu/projects/1244642898
Guess My Number Project Link : https://scratch.mit.edu/projects/1245179942
Project Description : In guess my number we tried to guess the secret number that the player was thinking of. We did this by using the binary search. Binary search is when the code asks what you want the maximum number to be. It will cut the number in half, then proceed to guess the number. If you tell it higher or lower then it will set the number to the maximum if it was lower, and minimum if it was higher. This process will repeat until the correct answer is guessed.
Pong Game Project Link : https://scratch.mit.edu/projects/1250781124
Snake game project link : https://scratch.mit.edu/projects/1254353733