ascii-combat
ascii-combat copied to clipboard
Autocomplete feature
Hello! I was thinking of developing an autocomplete feature. When a user writes go, look, pick, drop, eat and presses tab a specific set of options show up one by one with each press. Does it sound good to you?
Sorry for late response I was working on other stuff. Yes, this sounds great and I would certainly add it if I could, but I am not sure how is this going to be implemented.
I am currently working on the dungeon generating part, I am not working as actively as before since I am kinda stuck xD
You can certainly do it with https://docs.python.org/3/library/readline.html, but as far as I know it only works with GNU... No idea how it would work on Windows