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

Input 1 | Input 2 | Uitvoer 1 |
---|---|---|
0 | 0 | 0 |
1 | 0 | 1 |
0 | 1 | 1 |
1 | 1 | 1 |
NOR

Input 1 | Input 2 | Uitvoer 1 |
---|---|---|
0 | 0 | 1 |
1 | 0 | 0 |
0 | 1 | 0 |
1 | 1 | 0 |
XOR

Input 1 | Input 2 | Uitvoer 1 |
---|---|---|
0 | 0 | 0 |
1 | 0 | 1 |
0 | 1 | 1 |
1 | 1 | 0 |
AND

Input 1 | Input 2 | Uitvoer 1 |
---|---|---|
0 | 0 | 0 |
1 | 0 | 0 |
0 | 1 | 0 |
1 | 1 | 1 |
NAND

Input 1 | Input 2 | Uitvoer 1 |
---|---|---|
0 | 0 | 1 |
1 | 0 | 1 |
0 | 1 | 1 |
1 | 1 | 0 |
NIET

Input 1 | Uitvoer 1 |
---|---|
0 | 1 |
1 | 0 |
Dat is alles wat we vandaag hiervoor delen Core Keeper gids. Deze handleiding is oorspronkelijk gemaakt en geschreven door basicx. Voor het geval we er niet in slagen deze handleiding bij te werken, U kunt de laatste update vinden door dit te volgen link.