https://github.com/simsieg/nandgame-solutions
Solutions for nandgame.com
https://github.com/simsieg/nandgame-solutions
binary-logic fundamentals-of-computing game hardware nand nandgame solution solutions
Last synced: 4 months ago
JSON representation
Solutions for nandgame.com
- Host: GitHub
- URL: https://github.com/simsieg/nandgame-solutions
- Owner: simsieg
- Created: 2019-11-24T19:54:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T11:36:25.000Z (over 1 year ago)
- Last Synced: 2025-03-15T07:36:04.942Z (11 months ago)
- Topics: binary-logic, fundamentals-of-computing, game, hardware, nand, nandgame, solution, solutions
- Homepage: http://nandgame.com
- Size: 1.81 MB
- Stars: 61
- Watchers: 1
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solutions for nandgame.com
This repository contains my solutions for [nandgame.com]().
## Levels
### Invert
![00_Invert.png]()
### And
![01_And.png]()
### Or
![02_Or.png]()
### Xor
![03_Xor.png]()
### Half Adder
![04_Half Adder.png]()
### Full Adder
![05_Full Adder.png]()
### Multi-bit Adder
![06_Multi-bit Adder.png]()
### Increment
![07_Increment.png]()
### Subtraction
![08_Subtraction.png]()
### Equal to Zero
![09_Equal to Zero.png]()
### Less than Zero
![10_Less than Zero.png]()
### Selector
![11_Selector.png]()
### Switch
![12_Switch.png]()
### Latch
![13_Latch.png]()
### Data Flip-Flop
![14_Data Flip-Flop.png]()
### Register
![15_Register.png]()
### Counter
![16_Counter.png]()
### RAM
![17_RAM.png]()
### Unary ALU
![18_Unary ALU.png]()
### ALU
![19_ALU.png]()
### Opcodes
![20_Opcodes.png]()
### Condition
![21_Condition.png]()
### Combined Memory
![22_Combined Memory.png]()
### Instruction Decoder
![23_Instruction Decoder.png]()
### Control Unit
![24_Control Unit.png]()
### Program Engine
![25_Program Engine.png]()
### Computer
![26_Computer.png]()
### Input and Output
![27_Input and Output.png]()
## Thanks
Thanks to Olav Junker Kjær.