Quest DOS (work in progress)

K.V.
14 Dec 2017, 02:37http://textadventures.co.uk/games/view/cbqn1oxjek6ez_v8libm6a/quest-dos
https://gist.github.com/KVonGit/95a4dd2bef28f3b6aa1f544f673d6692
TODO:
-
Make dialog window display file name when editing a saved file.
-
Make text editor textfield autofocus when opening the dialog window.
-
Add all sorts of other functions (most of which already exist in Pixie's Quest).
-
Find out how to make the text input field invisible when using the computer.
-
Make the text line up correctly when printing from the text editor.
UPDATE:
I added a browser, a base64 program, and rot/tor functions.
(I need to make every command that prints out text able to be saved to a 'file' via >
or >>
.)
I can't post this here (or so says the site when I edit it).
See the link to the GitHub Gist above.
</details>

K.V.
14 Dec 2017, 06:36TODO:
Fix the text editor. (It appends everything in the field instead of overwriting the file. I know how to fix it. Just lazy.)
Add EXIT as alternative command for LOGOUT.