NodeLogic - logic gates simulator
A downloadable nodelogic for Windows
NodeLogic
Input:
- MouseButtonLeft - move nodes,connect and select
- MouseButtonRight - change zoom
- MouseButtonMiddle - move camera
- D-duplicate node
- Delete-delete node
Description:
Simple logic simulator made on unity.
Have all basic and more other logic gates:
- And
- Or
- Not
- Nand
- Nor
- Xor
- Xnor
- JK trigger
- SR trigger
- Push button
- Toggle button
- Delay
- Pulse
- Clock
- Bit display
- RGB display with 9 colors
- Label
Video demonstation:
Status | In development |
Platforms | Windows |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | MaximovInk |
Genre | Puzzle, Simulation |
Made with | Unity |
Tags | 2D, circuit, logic, logic-gates, node, nodes, Open Source, Unity |
Average session | A few seconds |
Languages | English |
Inputs | Keyboard, Mouse |
Links | Source code |
Download
Download
build_1_0_v.rar 14 MB
Comments
Log in with itch.io to leave a comment.
When mobil version
i cant play the game because i cant extract .rar files
download 7z, or winrar, and extract
eee
Great work! im just wondering how can i change the line color when it is activated/deactivate. and how can i connect two inpoints or two outpoints? I like your work! great inspiration :)
Sorry to be so late. Lines are white sprites, when the value changes, the color of the sprite changes. For one point, it is enough to have a link to another to draw a line at two points. All code is available with open source, you can see there.