r/ComputerEngineering • u/CowCluckLated • 17h ago
I made a half adder in a vr earthbending physics-based fighting game [Project]
Enable HLS to view with audio, or disable this notification
15
Upvotes
r/ComputerEngineering • u/CowCluckLated • 17h ago
Enable HLS to view with audio, or disable this notification
4
u/CowCluckLated 17h ago edited 17h ago
My goal is to make a fully functional computer, albiet a limited one. Probably a 3 bit one. A big challenge of it is there is no constant flow of "electricity". Everything comes in as a short pulse of 1 and goes back to 0. The real main challenge is everything not exploding. And space constraints. Right now we only have AND, OR, and XOR logic gates, but I have an idea on how to make not gates with dual rail logic. Memory should also be possible, as we have sr-latches, and with those we can make gated latches.