# Can You Count Binary? (Fast)
This is a game in which you have to convert a decimal number, shown on the display,
into its binary representation and enter it using the DIP switches.
If you are too slow, the timer will catch you and you lose.
DIP switch 1 represents the most significant bit (128),
while DIP switch 8 represents the least significant bit (1).
## How to Play
1. Power up your Tiny Tapeout PCB with this module loaded or start the Wokwi simulation.
2. To start the game, bring all DIP switches except the 8th one in the **OFF** position (`00000001`).
3. A random 8-bit number appears on the seven-segment display.
- The number is always shown as three digits (e.g. `123`, `045`, `007`, ...).
4. Convert the decimal number to binary and enter it using the DIP switches:
- **Switch 8** = Least Significant Bit (2⁰)
- **Switch 1** = Most Significant Bit (2⁷)
5. If your input is correct, a new random number will be displayed.
6. Be quick! You start with **30 seconds per number**, and the timer gets shorter as the game progresses.
- If the timer runs out before you enter the correct value, the game ends.
7. When the game is over, your **final score** will be shown on the display.128 64 32 16 8 4 2 1