Game where you build a CPU and assembly language from circuits
11–20 of 44 posts
Re: Game where you build a CPU and assembly language from circuits
#12Phew, still early access. I thought I was going lose my week there :p. Not really a criticism of the developers choice but personally I find the prevalence of early access infuriating. I often play games for awhile and then move on. I also love that initial discovery side of a game. But of these facts are not overly compatible with early access.
Re: Game where you build a CPU and assembly language from circuits
#13Is this a simulation ??? Can i use the knowledge from game to build a real life CPU.
Re: Game where you build a CPU and assembly language from circuits
#14Re: Game where you build a CPU and assembly language from circuits
#15One thing I'm curious about is how level progression works. Do I get standard implementations for the circuits I've previously made? Or do I have to carry my implementations with me for the rest of the game, bugs included?
Re: Game where you build a CPU and assembly language from circuits
#16But for an early access game, I think it looks great and the idea is solid. I don't know of another game based on the computer hardware-software interface, so it seems to be filling a gap too.
Re: Game where you build a CPU and assembly language from circuits
#17/off topic I am learning to design PCBs, and while I have a basic understanding of the components (viz. resistors, diodes, transistors, etc) as the board gets populated with more components, (consider, for instance, an arduino dev board), it is just very challenging to build a model of how the entire board works - the logic etc. Further, a good part of modern microcontroller boards is dedicated to (I think), power de…
You should think in subsystems. Design a module, and then think of it as a basic component (like a resistor or a microcontroller is a component). Do not keep thinking about all the parts it is composed of. Use the power of abstraction.
The hard part of designing PCB's was finding components. I tried to build one, but by the time I finally had a design one of the IC's would be out of stock, and I'd have to find a replacement. The downstream effects of that change would take time to deal with, and when I finally finished I'd run into the same issue again. I ended up just giving up.
I wish the PCB design software let me stay on this module level.
Re: Game where you build a CPU and assembly language from circuits
#18Re: Game where you build a CPU and assembly language from circuits
#19Is this a simulation ??? Can i use the knowledge from game to build a real life CPU.
Yes, AFAICT you could build a (very basic) CPU that works with the skills you'll learn. Don't expect to challenge Intel and AMD anytime soon though.
Re: Game where you build a CPU and assembly language from circuits
#20That kind of game is too much like work.