From 0c8f42db5208cb8441fdb7ba5ea94d9f4f63558f Mon Sep 17 00:00:00 2001 From: Mateiadrielrafael <39400800+Mateiadrielrafael@users.noreply.github.com> Date: Sun, 24 Jun 2018 11:02:09 +0300 Subject: [PATCH] Add files via upload Signed-off-by: prescientmoon --- index.html | 17 +++-- scripts/events.js | 85 +++++++++++++++++++++++ scripts/main.js | 131 ++++++++++++++++++++++++++++++++--- scripts/nand.js | 74 ++++++++++++++++++++ scripts/nand3.js | 92 ++++++++++++++++++++++++ scripts/xor.js | 73 +++++++++++++++++++ textures/gates/nand_gate.jpg | Bin 0 -> 4071 bytes textures/gates/nor_gate.jpg | Bin 0 -> 49563 bytes textures/gates/xnor_gate.jpg | Bin 0 -> 11084 bytes textures/gates/xor.jpg | Bin 0 -> 41369 bytes 10 files changed, 460 insertions(+), 12 deletions(-) create mode 100644 scripts/events.js create mode 100644 scripts/nand.js create mode 100644 scripts/nand3.js create mode 100644 scripts/xor.js create mode 100644 textures/gates/nand_gate.jpg create mode 100644 textures/gates/nor_gate.jpg create mode 100644 textures/gates/xnor_gate.jpg create mode 100644 textures/gates/xor.jpg diff --git a/index.html b/index.html index 33e2ae8..9dcdc89 100644 --- a/index.html +++ b/index.html @@ -14,8 +14,8 @@ !--Latest compiled and minified JavaScript --> - - + + @@ -34,8 +34,14 @@ - - + + + + + + + + @@ -56,6 +62,9 @@ + + +