NickDev
22
Posts
3
Topics
5
Followers
1
Following
A member registered Sep 02, 2021 · View creator page →
Creator of
Recent community posts
I made a simple game in which you can move up and down to avoid the projectiles coming from the fourth display (the one on the right). As a unity developer it was a really cool experience to try programming a "game" with no code, just lots of 0 and 1. I also really like thinking that the whole program, and also the computer I'm using right now, is running almost just on "and" and "not" logic gates.
I know it's a pretty simple project, this is my first time using logic gates, but I wanted to share this. I made a 5-bit countdown in which you can set the initial number (0-31) and, as an output, get the current time and a signal when the countdown is over. Finally, you can stop, resume and reset the timer any time you want.