The game says that hitting "Tab" autocompletes commands, but instead it generates this message: "get help status clear history shop upgrades water grow crush". It doesn't work when "w" is typed, but works when "wa" is.
Other than that point of confusion, it's been a great game so far! I like the combination of text commands and visuals, and I would have never expected that in a game about growing flowers.
๐there are two commands that start with w (water and wipe) so it should show those two commands as options, but it could also be buggy and not working as intended.
"Autocomplete" in this case is a bit fuzzy (the behaviour will be most familiar to people used to using command shells like Bash or Zsh, etc). Pressing <Tab> will show you all the possible completions from the letters you've already typed, completing it automatically if there is only one option. So when you press <Tab> without typing anything you''re getting all the possible commands. It's just unfortunate that the first two are "get" and "help", so hitting <Tab> makes it look like the output is "Get help...".
G, S, H, C, P, R, and W will each give you a couple of possible completions and need an extra letter before they are unique so they can autocomplete.
โ Return to game
Comments
Log in with itch.io to leave a comment.
Really cool idea... Felt like a God sitting in front of a terminal creating life on a planet.
Any chance of a prestige thing?
Where we reset, and start a "harder" flower that takes more to grow fully.
Mostly to just let people have a reason to replay the game, to attain higher "tiers" of a win.
Maybe these tiers of prestige, could start with some shop purchases? (to speed through the early game stage?)
Very basic and simple, but adding more to the games lifetime.
The idea of typing comands is so cool , but I can't reaaly get the game what should I do , how to win , etc...
Water, Grow, Crush, Feed
Win when you feed enough.
Get water, to grow flowers, which are currency in the shop.
Buying in shop makes everything more efficient (or automated) -Ignore Queue+ as its meh for now.
You can easily win in like 8-10 mins or so (haven't timed it, but its super fast and easy)
The game says that hitting "Tab" autocompletes commands, but instead it generates this message:
"get help status clear history shop upgrades water grow crush". It doesn't work when "w" is typed, but works when "wa" is.
Other than that point of confusion, it's been a great game so far! I like the combination of text commands and visuals, and I would have never expected that in a game about growing flowers.
๐there are two commands that start with w (water and wipe) so it should show those two commands as options, but it could also be buggy and not working as intended.
Thanks for playing!
"Autocomplete" in this case is a bit fuzzy (the behaviour will be most familiar to people used to using command shells like Bash or Zsh, etc). Pressing <Tab> will show you all the possible completions from the letters you've already typed, completing it automatically if there is only one option. So when you press <Tab> without typing anything you''re getting all the possible commands. It's just unfortunate that the first two are "get" and "help", so hitting <Tab> makes it look like the output is "Get help...".
G, S, H, C, P, R, and W will each give you a couple of possible completions and need an extra letter before they are unique so they can autocomplete.