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.
LUB

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 |
I

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 |
NIE

Input 1 | Output 1 |
---|---|
0 | 1 |
1 | 0 |
To wszystko, co dzisiaj udostępniamy w tym celu Keeper Core przewodnik. Ten przewodnik został pierwotnie stworzony i napisany przez basicx. Na wypadek, gdybyśmy nie zaktualizowali tego przewodnika, możesz znaleźć najnowszą aktualizację, postępując zgodnie z tym połączyć.