An open API service indexing awesome lists of open source software.

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

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.