Developed by Miguel López.

Numbers are falling down!!

You must match their binary values pressing 1 or 0 in order to destroy them before reaching the bottom of the screen.


Controls:

  • Input 1 -> Left click, left arrow or press the 1 button in the screen.
  • Input 0 -> Right click, right arrow or press the 0 button in the screen.

Octal digits require inputting 3 bits. (https://en.wikipedia.org/wiki/Octal)

Quick reference:

Octal numberBinary value
0000
1001
2010
3011
4100
5101
6110
7111



Hexadecimal digits require inputting 4 bits. (https://en.wikipedia.org/wiki/Hexadecimal)

Hexadecimal numberBinary value
00000
10001
20010
30011
40100
50101
60110
70111
81000
91001
A1010
B1011
C1100
D1101
E1110
F1111


Comments

Log in with itch.io to leave a comment.

Updated with:

  • More sounds
  • Pause
  • Music toggle

Updated with:

  • Hi-score.
  • Fixed bugs