A downloadable game for Windows

A logic circuit game made for BYOG 2021 game jam for IGDC.

EMPTY NODES are represented by white dots.

OPERANDS like 0 and 1 are placed around the grid.

OPERATIONS like AND and OR can be applied between two operands. NOT is applied to only one operand.

Relation between operands and operations:

0 AND 0 = 0

1 AND 0 = 0  

1 AND 1 = 1

0 OR 0 = 0

0 OR 1 = 1

1 OR 1 = 1

NOT 1 = 0

NOT 0 = 1

How to play:

  1.  Select the empty node where you need to insert the OPERATION. When selected, a red circle appears around the empty node.
  2. Select the operation from the options given below (yellow square buttons) and that operation will appear on the selected empty node.
  3. The result of every operation will come on the empty node on top of the operation node you just placed.
  4. You need to insert OR and AND between any two operands. This means that there should be a binary number (0 or 1) on both sides of that empty node; left and right. If there are no operands on either side or there is an operand only on one side of the operation, then no operation will take place. AND and OR needs two operands to compute. The result of the operation will come on top of the OR or AND operation you just placed.
  5. You need to insert NOT operation beside an operand since NOT operation requires one and only one operand. Make sure there is an empty node beside NOT gate. If there is an operand on the left of your NOT gate, the node on the right side of your NOT gate should be an empty node and vice versa. The result of the operation will come on top of the NOT operation you just placed.
  6. The objective of the game is to reach the operand node on the top of the grid (represented by a yellow round node).

Download

Download
ResetBYOG2021_RamizBalayil.zip 22 MB

Install instructions

1. Download the file and unzip it on your windows machine.
2. Click on ResetBYOG.exe to start the game

Leave a comment

Log in with itch.io to leave a comment.