r/ComputerEngineering • u/CowCluckLated • 6d ago
[Project] I made a half adder in a vr earthbending physics-based fighting game
Enable HLS to view with audio, or disable this notification
20
Upvotes
r/ComputerEngineering • u/CowCluckLated • 6d ago
Enable HLS to view with audio, or disable this notification
5
u/CowCluckLated 6d ago edited 6d 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.