Original upload date: Sat, 06 Nov 2010 00:00:00 GMT
Archive date: Fri, 03 Dec 2021 09:06:37 GMT
This is a k'nex 3 bit "digital" computer that I made. The original design came from Digicomp I, a simple computer made in the 60s. Depending on how it is programmed, this k'nex machine can add, sub
...
tract, compare, multiply, divide, solve logic problems, and even play games.
For the video, I focused on one of the most complex processes the computer can handle: the game of Nim.
Here is a full decision chart of what the coputer has to think when playing:
Where three digit binary number = ABC
If A=0 and B=1, set B to 0
If A=0 and B=1, set A to 1
If A=0 and C=1, set C to 0
if B=0 and C=1, set B to 1
if (B=0 and C=0) OR (A=1 and B=1 and C=0), set C to 1
GOOD NEWS! I'm done with my instructions and report for the project! About time . . .
You can download the instructions here: https://sites.google.com/site/knexcomputer/knex-computer-downloads
Keep in mind that the model shown in this video is slightly outdated from the newer instructions (no blue grabbers in the back).