Hello all, I’m in the middle of working on a game, ‘Pixel-Space: The Next Adventure’ as you know it, and I’m attempting to implement computers into the game. Does anyone have any good advice or shared code that might be helpful?
I attempted it a while back and was stunned at how many different things you would need to think about. All help is appreciated.
Basically, I’m referring to the blank command line that you can perform commands on. Think of it like trying to create a console from scratch, mainly using java.awt.graphics.
Thanks in advance.