Linunx Terminal Game

Is it possible to build a game where you have a terminal only and you type in commands to get it correct? Maybe you can make directories?

GDevelop is a more graphical tool, you can’t play with a terminal but put text objects to stimulate one. You’ll end up with a complex event system but with your game running in Windows, Linux and web.
Your best option is to make a full terminal game through .sh files (I think you have to use these?), this way your game will be super portable on any Linux distro :slight_smile: