Skip to content

simsieg/nandgame-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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.