ConOS or Console Operating System is a simple command prompt with basic functionality and a few crude built in programs it can run. Type in lowercase letters only. If text stops showing up use the clear screen command. [LIST OF COMMANDS] SET_COLOR: Allows you to change the color of the text. DRAW: Clears the screen and draws a "space ship". CLEAR_SCREEN: What it says on the tin. HELP: Tells you to look here. CALCULATOR: Allows you to enter in math problems like 42/21*8 with no spaces and be amazed. [COMING SOON] SNAKE PONG [MAYBE HAPPENING] SIMPLEBASIC CHAT
This console is a simple shell that runs programs from a list. Each program is actually a subroutine the console can call and run. Adding new programs is as easy as creating another IF/ELSE statement anywhere in the TEST INPUT FOR COMMANDS function. I encourage you to remix this project and add your own programs to it!