Nand Lab
This is a proof of concept tool intended to assist with learning how computers work, made up of a growing number of connectable subprograms:
- Nand Lab: connect nand gates to inputs and outputs.
- Test Bench: display the truth table of a circuit from Nand Lab. (Currently up to two inputs and only one output).
- Gatepedia: learn about common logic gates.
- Connectron: connect subprograms:
- Nand Lab <=> Data Master (Save / Load)
- Nand Lab => Test Bench
- Test Bench => Gatepedia
- [Any] => Help
- [Any] => Log
- Auto Lock: a simpler connection subprogram.
- Help: learn more about subprograms
- Log: view what is happenning inside a program
- Data Master: save and load subprogram data
Status | Released |
Category | Tool |
Platforms | HTML5 |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | Nand Lab |
Genre | Educational |
Made with | Godot |
Average session | About a half-hour |
Languages | English |
Inputs | Mouse |
Development log
- Nand Lab: ImprovedDec 01, 2021
- Nand Lab: SubprogramsAug 24, 2021
Comments
Log in with itch.io to leave a comment.
Sorry, is it too complex? I should add a help system.
Alright, I added a help system, next I will make it more gradual by having it that you start with less subprograms, but you can add more from a menu.
I added the menu, do you have any suggestions or feedback?