Conditional Crossroads
by Anonymous Β· β 1 Β· π΄ 0
π The robot is at a fork in the road! If the door is π΄, the star goes left; if π΅, right. Make one rule like "If door is π΄ go β, else go β" and the robot chooses the right path by itself! Try it without conditions to see why they matter when it only succeeds half the time. πΊοΈ Solve 5 condition puzzles with just one rule despite different doors, expanding into 3-way forks, numbered doors, and condition order. ποΈ Create 5 rules for amusement park height limits, weather outfits, and contest ranks. Discover the real fun when a 120cm guest makes all the difference between > and β₯! Built with code Β· Remix it to create your own crossroads!
About this app
The If Crossroads is an interactive educational app designed to teach foundational coding logic and conditional statements. Users help a robot navigate branching paths and solve real-world decision puzzles by building if-then-else rules. Through hands-on challenges like height limits, temperature controls, and pathfinding maps, learners visually discover why conditional logic is essential in programming.
Use cases
- Children and beginners learning basic programming logic and algorithms
- Teachers introducing conditional statements in elementary coding classes
- Self-learners looking for a visual, hands-on tool to understand decision-making logic
Features
- Three interactive learning tabs: Meet the If, If Puzzles, and Make a Rule
- 10-trial simulation mode demonstrating the difference between conditional logic and random guessing
- Five puzzle maps covering single crossroads, multi-way forks, number comparisons, and rule priority
- Five real-life scenarios including theme park height restrictions, ticket pricing, and temperature outfit planning
- Adjustable comparison operators including greater than, less than, equals, and even or odd logic