Binary Fall
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 number | Binary value |
0 | 000 |
1 | 001 |
2 | 010 |
3 | 011 |
4 | 100 |
5 | 101 |
6 | 110 |
7 | 111 |
Hexadecimal digits require inputting 4 bits. (https://en.wikipedia.org/wiki/Hexadecimal)
Hexadecimal number | Binary value |
0 | 0000 |
1 | 0001 |
2 | 0010 |
3 | 0011 |
4 | 0100 |
5 | 0101 |
6 | 0110 |
7 | 0111 |
8 | 1000 |
9 | 1001 |
A | 1010 |
B | 1011 |
C | 1100 |
D | 1101 |
E | 1110 |
F | 1111 |
Status | In development |
Platforms | HTML5 |
Author | Comodoro |
Genre | Educational |
Made with | Unity |
Tags | Unity |
Comments
Log in with itch.io to leave a comment.
Updated with:
Updated with: