ascii-combat icon indicating copy to clipboard operation
ascii-combat copied to clipboard

Autocomplete feature

Open kikikaryp opened this issue 6 years ago • 3 comments

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?

kikikaryp avatar Jan 07 '19 19:01 kikikaryp

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.

aelmosalamy avatar Jan 10 '19 18:01 aelmosalamy

I am currently working on the dungeon generating part, I am not working as actively as before since I am kinda stuck xD

aelmosalamy avatar Jan 10 '19 18:01 aelmosalamy

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

UltraWelfare avatar Jan 21 '19 23:01 UltraWelfare