User:Lime inc./sandbox

From Wikipedia, the free encyclopedia

Digital Logic Sim 2 - is a simulator video game. At the start of the game, you have some chips(AND, NOT, KEY, CLOCK, RAND, SCREEN, 7SEG DISP, SYMB) and with them, users can make other basic chips(NAND, OR, XOR, NOR, XNOR) and with them, users can make more difficult chips(Arithmetic Logic Unit, RAM, Registers, Multiplexer, etc.) and finally make CPU, GPU and other components of the computer.

Original Project[edit]

The original project Digital Logic Sim was created in 2020 by Sebastian Lague. The project became abandoned, but in 2022 user with the nickname BanderaCat decided to create Digital Logic Sim 2 and add players' ideas to the game. During 4 months of development to BanderaCat was joined by other developers. The team consists of Firecerne, AlphaCodingPilot, TheRiggedDev, and Masster51.

Logic Truth Tables[edit]

AND
A B OUT
0 0 0
1 0 0
0 1 0
1 1 1
NOT
IN OUT
0 1
1 0
NAND
A B OUT
0 0 1
1 0 1
0 1 1
1 1 0
OR
A B OUT
0 0 0
1 0 1
0 1 1
1 1 1
XOR
A B OUT
0 0 0
1 0 1
0 1 1
1 1 0
NOR
A B OUT
0 0 1
1 0 0
0 1 0
1 1 0
XNOR
A B OUT
0 0 1
1 0 0
0 1 0
1 1 1

Links[edit]

[Logic Sim 2] [Logic Sim]

References[edit]