WireGame is a 2D sandbox where you can build circuits using wires and switches.
There are two types of cells: wires and switches. Wires turn on when any of its 8 neighbors are charged. Switches turn on when exactly two neighbors are charged.
Though the rules seem simple, complex behaviors can arise. Try building something, or check out other people's creations!
And most importantly: happy wiring!
Oh, and also check out our GitHub repo. Beware that some of the code is pretty bad.