// //

Blog Archive

You are viewing the category archives for: Design

EndGame

I was reading David Cope’s Taking Sides and came across the game, Endgame. The pieces basically move the same as in chess, except no side can take the others’ pieces. Rather the goal is to entrap the other side so that all their pieces are in check and they have no way to move out…

4-Bit XOR Cipher Towers in Minecraft

I know what you must be thinking- 4-bit? XOR? Cipher? Towers? o_O First four images are Tower 1 and last four are of Tower 2. Let’s break it down: 4-bit denotes how many values we can have. Since our values are only, tower light on or tower light off (binary), we’re working with a total…

Crocheting a Sphere (Math & Program included)

So when crocheting a sphere one does it in rows- essentially making circles stacked on top of each other (rows) with different radii.  To figure out a ‘perfect’ sphere it has to grow and shrink at the same rate as the sin wave. Here is a video that illustrates the the relation of the circle to…