This guide will show you how to create different logic gates in Core Keeper. If you’re one of the players who are still confused with the logic gates in Core Keeper, this guide is exclusively for you.
OR

Input 1 | Input 2 | Output 1 |
---|---|---|
0 | 0 | 0 |
1 | 0 | 1 |
0 | 1 | 1 |
1 | 1 | 1 |
NOR

Input 1 | Input 2 | Output 1 |
---|---|---|
0 | 0 | 1 |
1 | 0 | 0 |
0 | 1 | 0 |
1 | 1 | 0 |
XOR

Input 1 | Input 2 | Output 1 |
---|---|---|
0 | 0 | 0 |
1 | 0 | 1 |
0 | 1 | 1 |
1 | 1 | 0 |
AND

Input 1 | Input 2 | Output 1 |
---|---|---|
0 | 0 | 0 |
1 | 0 | 0 |
0 | 1 | 0 |
1 | 1 | 1 |
NAND

Input 1 | Input 2 | Output 1 |
---|---|---|
0 | 0 | 1 |
1 | 0 | 1 |
0 | 1 | 1 |
1 | 1 | 0 |
NOT

Input 1 | Output 1 |
---|---|
0 | 1 |
1 | 0 |
That's everything we are sharing today for this Core Keeper guide. This guide was originally created and written by basicx. In case we fail to update this guide, you can find the latest update by following this link.