**Official Portal 2 thread**

I don't even...


Published on May 11, 2012 by MystX1
This is an upgraded version of my original 4-bit binary adder. Takes two numbers, adds them together.

In this map, you can observe your calculations through the floor. This version also does away with the need for redirection cubes which proved a little buggy with all these lasers around.

http://steamcommunity.com/sharedfiles/filedetails/?id=71570830
 

I kinda get it, bit like the minecraft cpu but much more simple

0000 = 0
0001 = 1
0010 = 2
0011 = 3
0100 = 4
0101 = 5
0110 = 6
0111 = 7
1000 = 8
1001 = 9

the 4 buttons on the left are added to the 4 on the right

0010 + 0010 = 0100 (4)

also notice the answer is given in 5 'bits' so you may want to read it as 00100

so 1000 + 1000 = 10000 (16)


(lucky for you I have time to kill while waiting for Diablo 3 to install so I thought I would explain this) :D
 
Just finished the Portal 2 single player and I have to say I think I preferred it to the original. The end song wasn't as good though :(

Very pleased with myself as I didn't have to use the internet once! (Don't think I did for Portal 1 either).
 
Back
Top Bottom