My Game Name is: Ember Celica
My Project is called: 4-bit Binary Adder with Display Board
To get to my project: /warp emberegineer
A brief description of my project: This contraption takes 2 4-bit inputs and adds them together using a 4-bit adder to produce an output with a range of 0-30 (a 4-bit sequence can only get a max of 15, thus 2-sequences added together gets 30 max). Then it takes the output number and seperates the bits into a 0-9 value in one cell, for the Ones place on the display board. Then the another cell seperates it into a 1-3 value (grouped as 10, 20, and 30 effectively). Then you have the display board which consists of 2 7-segment display's.
Three mandatory screenshots:
Display Board:

1-9 digit seperator/filter:

Tens Digit Grouper:

4-bit Adder unit:

NOTE: i did all of this based off of my real life knowledge and experience with circuits, gates, and etc.