Bit Trio: Octal Challenge
A hands-on, interactive game for the Arduino Modulino, designed to test and improve your binary-to-octal conversion skills!
Project Overview
In this game, players are given a random octal number (0-7) and must correctly select three bits to represent it in binary using physical buttons or switches. The game provides real-time feedback, helping players quickly grasp binary logic in a fun and engaging way.
Features:
🎮 Interactive Gameplay – Select the correct bits to match the octal number.
🔢 Hands-On Learning – Reinforces binary and octal number systems.
⚡ Real-Time Feedback – Immediate response on correct or incorrect selections.
🛠️ Arduino Modulino Powered – Compact and easy to set up.
Schematic

Why Play?
Whether you’re learning about number systems, brushing up on your binary skills, or just love a good logic puzzle, Bit Trio: Octal Challenge offers a fun and educational experience.
Are you ready to master the bits? Let the challenge begin! 🚀

EXPANDED TECHNICAL DETAILS
Educational Computing Logic
Bit Trio is an interactive game designed to teach the fundamentals of Octal (Base-8) and Binary numbering systems.
- Numeric-to-LED Mapping: The Arduino presents an Octal number on a 7-segment display. The user must translate this into binary using three physical toggle switches.
- Validation Engine: The Arduino verifies the binary input against the internal lookup table. If correct, it triggers a "Success" tone and increments a score counter.
User Experience
- Time-Trial Mode: Includes a countdown timer; the user must solve as many octal-to-binary puzzles as possible in 60 seconds, with the results stored in the Arduino's EEPROM as a High Score.