LeonisX / space-trader

Deeply refactored and upgraded version of Space Trader for Java
GNU General Public License v2.0
14 stars 2 forks source link

Text-only version #3

Open sblendorio opened 1 year ago

sblendorio commented 1 year ago

Do you think it could be easy to make a CLI-based version? Text-only, for terminal

LeonisX commented 1 year ago

Thanks for the question, it's very interesting. I have never written dynamic terminal games. Theoretically, this is possible, there is a library that helps with this, but I have never worked with it before.

https://sourceforge.net/projects/javacurses/

The biggest challenge is to translate the Swing interface into a CLI analogue. Actually, I wanted to upgrade the GUI to JavaFX, but for now other projects are taking up all my time.