Jump to content

How high can we count...in binary?


Togee

Recommended Posts

A modification of one of the greatest AVEN Arcade classics made a bit harder by a little twist: Only count with binary numbers.

 

Rules:

Count as high using binary numbers without it being broken by a miscount. If a miscount happens, start again from 1. Because this isn't serious and just for fun, let's not edit posts afterwards.

 

Thank you to @Akui++ for this amazing idea and to @skit` for the original!

 

1

Link to post
Share on other sites
J. van Deijck

0000 0011

Link to post
Share on other sites
J. van Deijck

0000 0101

Link to post
Share on other sites
All the little Lights

0000 0110

 

Why are we only using 8 digits? 

Great game by the way!

Link to post
Share on other sites
J. van Deijck

0000 0111

 

Definitely great game. :3

Link to post
Share on other sites
J. van Deijck

0000 1001

Link to post
Share on other sites

0000 1010

Right we are just using an 8 bit word length, we can always add another nibble to the left if the unsigned binary number exceeds 255 in integer notation.

Link to post
Share on other sites
J. van Deijck

So far, it's awesome as it is. :3

 

0000 1011

Link to post
Share on other sites
J. van Deijck

No you did it well. :3 Binary code is very easy if you use the logical thinking.

 

0000 1101

Link to post
Share on other sites
J. van Deijck

0000 1111

Link to post
Share on other sites
J. van Deijck

0001 0001

Link to post
Share on other sites
J. van Deijck

0001 0101

Link to post
Share on other sites

0001 1000

 

     16 + 8   = 24
Correct me if I'm wrong but don't break the cycle!

Link to post
Share on other sites
Groovy Teacakes

0001 1001

Link to post
Share on other sites

0001 1010

    16 8   2

16 + 8 + 2 = 26

See if you can convert to denary but please show your working. If it's wrong don't worry, we only break the cycle if the binary counter is broken. I'll be super impressed if you can convert to hexadecimal! Just one rule: no converters allowed. Free online ones rarely work properly anyway. 

8-bit-binary.png?w=780

Link to post
Share on other sites
J. van Deijck
31 minutes ago, Akui++ said:

I'll be super impressed if you can convert to hexadecimal!

I have been learning this in high school. So good to have the diploma in IT sciences :lol:

 

Oh and back to the topic: 0001 1011 :3

Link to post
Share on other sites
J. van Deijck

So, if I remember well, the bin-hex conversion would be this:

 

0000 0

0001 1

0010 2

0011 3

0100 4

0101 5

0110 6

0111 7

1000 8

1001 9

1010 A

1011 B

1100 C

1101 D

1110 E

1111 F

 

Please, continue the counting now. ♡ this thread is so much fun. Definitely one of my favourite threads in the entire AVEN.

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...