Skip to content

Instantly share code, notes, and snippets.

@m-ender
Last active August 29, 2015 14:04
Show Gist options
  • Save m-ender/5706712d9caacc00ed5f to your computer and use it in GitHub Desktop.
Save m-ender/5706712d9caacc00ed5f to your computer and use it in GitHub Desktop.
A bunch of logical gates simulated with a setup of dominoes in ASCII representation.

OR

|||||/
      /
       |||||
      \
|||||\

AND

       \-/
       - -
|||||/|\ /|||/
      /      -
       -    \-
      \-   \ -
|||||\ /  \  /
        |\    |||||

XOR

|||||/
     -
     -\|/
     \  -
     -  /
     -   |||||
     -  \
     /  -
     -/|\
     -
|||||\

NOT (with power source)

////////////////////////
       -
       - \|/
       - - -
       /|\ /||||||||||||
             /
             -
|||||||||||||\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment