Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

It is a little too hard to figure out what the commands are while knowing all the commands you can beat the game in a minute. So I guess the best approach here is to design this as a puzzle game. Not necessarily giving a lot of hints to the player but more like puzzles for players to figure out the commands themselves. Currently, I would say there is no good way in the game that allows the player to logically come up with the correct command. I love how you approached the theme tho. Great job!

For example, I tried “fuel”, “fuel up”, “add fuel”, “gas”, “hydrogen” but they all would not work. I would never know until I looked into your source code that what the correct command should be.

Thank you for your detailed feedback! In fact I wanted to add a command record to save all the keywords typed by the players with the number of times they are entered. And I wanted to do a "play test" to see the most common commands and then implement them as additional keywords for an existing command or as a suggestion command. But I ran out of time to do that.