I won't explain the reason why I thought of this (because it's late), I just want to know if it could interest some people to play such kind of games. Which could also be solo variants for existing games.
So far I called this medium "Print, type and play". It consist in playing a strategy games as a video game on a command line console. The user interface will be done with a command line, to display information and perform actions in the game. Some components like a map or some reference table could be printed to make the games easier to play for the player, all game status must remain in the computer since the artificial intelligence would need to have that information to make a decision.
I want to know if people would be interested to play such games for free. The idea is that it could be a way to playtest a game before porting it on a platform that will have a better user interface like an app, or a web page, etc. The idea is to separate the interface from the game in order to make the rules of the game portable to multiple platforms.
The same idea cuold be applicable to solitaire variant for printed board games ( I could start with that). The game would completely remain in the computer, but the player could use the actual board game components to keep track of certain information (for easier analysis). In that case, there will be no printing to be done.
------------------------------------------------------------------------------
Like I said, there are various reasons and advantages why I though it could be interesting do to this. I won't elaborate on that tonight, but if some people thought it could be an interesting format or have suggestion to make regarding it, let me know.
In fact the idea is to avoid having to program a user interface. And to make an app, you need a user interface.
I have been working on a project for a year which ended up mainly about programming interface and structure without making any game. I want to be able to program other things, but it seems that GUI is so essential that it locks down everything else. So I am trying to find a way to bypass the need of a GUI.
Of course, the console mode could be eventually substituted as an app with maybe key word button that would display the same output than console, but that would be the most generic it could get to have an app without gui.