Description:When Fortunes Collide
Link:https://scratch.mit.edu/projects/1278884097
Description: Clock
Link:https://scratch.mit.edu/projects/1296063786
Description: This Scratch project was created to guess a number the user is thinking of. The project utilizes a binary search algorithm, calculating the midpoint between the maximum and minimum possible values (max + min / 2). This approach is significantly more efficient than a random guessing method.
Strengths: I not only replicated Mr. Mark's example but also delved into understanding the underlying binary search algorithm. This allowed me to create a project that efficiently guesses numbers, demonstrating a clear grasp of coding principles and problem-solving skills.
Link:https://scratch.mit.edu/projects/1309599357
Decription: Scroller game
Link:https://scratch.mit.edu/projects/1288625859