7 ms·
There's a terminal window in the game which you use to control your robots I even found some shell constructs to work beyond what the game documented/ explaine
by none_to_remain 2mo ago
There's a terminal window in the game which you use to control your robots
I even found some shell constructs to work beyond what the game documented/ explained to me
- syngrog66 2mo agoDoom and Quake had drop-down command consoles too that let the user change the game's state -- I've included such features in some of my GUI, realtime engine games too. but I would never promote any as a "command line" game
- itishappy 2mo agoDoom, Quake, and assumedly your games don't use their command line as primary input like this.
- chaostheory 2mo agoThe primary way to play Duskers is via scripting in a CLI
- syngrog66 2mo agofair enough