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.
أو

Input 1 | Input 2 | الإخراج 1 |
---|---|---|
0 | 0 | 0 |
1 | 0 | 1 |
0 | 1 | 1 |
1 | 1 | 1 |
NOR

Input 1 | Input 2 | الإخراج 1 |
---|---|---|
0 | 0 | 1 |
1 | 0 | 0 |
0 | 1 | 0 |
1 | 1 | 0 |
XOR

Input 1 | Input 2 | الإخراج 1 |
---|---|---|
0 | 0 | 0 |
1 | 0 | 1 |
0 | 1 | 1 |
1 | 1 | 0 |
AND

Input 1 | Input 2 | الإخراج 1 |
---|---|---|
0 | 0 | 0 |
1 | 0 | 0 |
0 | 1 | 0 |
1 | 1 | 1 |
NAND

Input 1 | Input 2 | الإخراج 1 |
---|---|---|
0 | 0 | 1 |
1 | 0 | 1 |
0 | 1 | 1 |
1 | 1 | 0 |
NOT

Input 1 | الإخراج 1 |
---|---|
0 | 1 |
1 | 0 |
هذا كل ما نشاركه اليوم من أجل هذا حارس مرمى مرشد. تم إنشاء هذا الدليل وكتابته في الأصل بواسطة basicx. في حالة فشلنا في تحديث هذا الدليل, يمكنك العثور على آخر تحديث باتباع هذا وصلة.