Scratch Maze Project
Programming Logic and Control Flow
This project was built in scratch as an introduction to computational thinking, using logic and an end-user based mindset. The maze uses conditionals, loops and sprite controls to guide a character through a series of obstacles. It demonstrates basic programming concepts like variables, user input, and win/loss conditions. A super fun maze game indeed (although quite challenging)!
What it demonstrates:
- Control flow through use of if/else conditions
- User interaction via labelled keyboard input (arrows!)
- Variables tracking score and lives
- Sprite collision detection
- Anti-cheating measures in place
Feel free to interact and try the maze above, or open it on Scratch's website