TERMINALv3 (Without BASIC)
-
I thought I'd share the code for the Terminal without the BASIC Interpreter. The Terminal by itself can be used for a variety of text applications such as Text Adventures, Text Rogue-Like, etc.
I'm hoping that this would enable users who are interested in making their own Text Adventures to make their games without worry of features such as text scolling or manipulating the text color, (especially while it's scrolling).
This also means that there are custom functions that enable users to input text and display it directly to the screen.
This also allows you to create your own editors.
Share code: NUW27MND9K (live)
-
Sounds very useful, thanks!
-
Yes ! You are the boss !
-
Could this be used for animated sequences of text? Like a sci-fi intro, or a hacking cutscene?
-
@toxibunny yes. You can animate text
-
@NextWithoutFor yea the word wrap feature needs to be implemented manually. I can get that done soon.
-
@NextWithoutFor looks really good! Keep me posted on your progress.
-
@NextWithoutFor sure thing. And GL!