Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 719 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 719 Bytes

HexLogic

A clone of LogicHex by Notch (yes, the guy who made Minecraft) using Javascript canvas. Try it out: http://anubiann00b.github.io/HexLogic/

Here are some examples of what you can make:

Switch direction:

Switching direction

AND gate:

AND gate

Multiplexer:

Multiplexer

Adder:

Example of an adder

Adder that's more chainable:

Chainable adder

SR-NOR latch:

SR-NOR Latch

Better SR-NOR latch:

Better SR-NOR latch

Much better Adder:

Much better adder