Minecraft Logical Redstone
Master the fundamentals of logical redstone and learn to build your own minigame!
How it works
- Join a class with 3 other students led by a redstone pro
- Meet twice a week and tackle interactive lessons & challenges designed to help you master the fundamentals of logical redstone
- Gain 24/7 access to our exclusive redstone server
- Show off your skills by completing a final project of your choice
Each cohort is expected to run for approximately 7 weeks
What you'll learn
Computer Science
- Binary Logic, Addition & Subtraction
- Boolean Algebra & Logic Gates
- Game Design
Computer Engineering
- Combinational Devices
- Pulses, Clocks, Latches & Flip-flops
- Displays
What you'll need
- Minecraft Java (TLauncher/Cracked Minecraft/Bedrock will not work)
- A basic understanding of how redstone components work
Why learn logical redstone?
Logical redstone is a highly transferable skill. Whether you want to get into coding or computer engineering, logical redstone serves as a great entry point into both of these fields.
Course updates
Updates from guides of this course
Feb 18 @ 8:40 PM
This week, we introduced the concept of memory in redstone and explored how circuits can store and recall information. We started with an SR latch, a simple memory circuit that can store a value based on inputs. Students discovered how we can “set” and “reset” data, creating a ba...
Feb 1 @ 10:30 PM
Today, students explored the core components of redstone, including dust, repeaters, comparators, and torches. I was impressed to see that everyone already had a strong understanding of these elements. We built on this knowledge by discussing how glass towers affect redstone move...

Mar 3 @ 4:58 AM
Last week, students explored redstone screens and how to efficiently control pixels. Initially, they considered 1x1 pixels but quickly saw that wiring becomes too complex at scale. Instead, they used 2x2 pixel screens, which are much easier to wire and expand.
To control these s...
Feb 4 @ 4:29 PM
In our second lesson of the week, we explored how binary addition works in redstone by constructing a half adder. We began by examining the truth table for a half adder and discovered that it can be built using two simple logic gates: AND and XOR. Through this process, students s...
Feb 9 @ 9:48 PM
This week, we wrapped up our exploration of binary addition by building a full adder. Using what we learned from half adders, we combined multiple full adders to create an 8-bit adder—capable of adding numbers up to 255! This was a great way to see how small, simple circuits can ...