Posted 16 December 2012 - 06:21 AM
BlackBoard is a program that lets you display stuff on a blackboard (monitor)!
It's not very advanced, but it works. To write stuff on the monitor, you type it into the computer. By the way, the monitor has to be on the right of the computer. You can change this by editing this line of code. Just change "right" to the direction you want the monitor to be in:
-Has commands using the prefix '(:' (which means command) such as:
(:clearline - clears the previous line and lets you type over it.
(:clearscreen - clears the whole screen.
(:exit - exits BlackBoard.
(:scroll - scrolls the screen down once. Will do autoscroll someday.
-And the command 'help' which DOESN'T use '(:'.
-*NEW* COLOURS! Just type in colours or colors to see how it works. Only red and blue at the moment, but hang on for more!
-More to be added.DOWNLOAD:
Or type into your computer:
OLD VERSIONS:
SCREENSHOTS:
Hope you like it! And post any suggestions as a reply. I look forward to seeing them!
Thanks for reading!
It's not very advanced, but it works. To write stuff on the monitor, you type it into the computer. By the way, the monitor has to be on the right of the computer. You can change this by editing this line of code. Just change "right" to the direction you want the monitor to be in:
mon = peripheral.wrap("right")
FEATURES:Spoiler
-You can enter (most) things into the blackboard.-Has commands using the prefix '(:' (which means command) such as:
(:clearline - clears the previous line and lets you type over it.
(:clearscreen - clears the whole screen.
(:exit - exits BlackBoard.
(:scroll - scrolls the screen down once. Will do autoscroll someday.
-And the command 'help' which DOESN'T use '(:'.
-*NEW* COLOURS! Just type in colours or colors to see how it works. Only red and blue at the moment, but hang on for more!
-More to be added.
Spoiler
Download from: http://pastebin.com/gfLEKV2wOr type into your computer:
pastebin get gfLEKV2w blackboard
Spoiler
0.1 (No help or (:exit: http://pastebin.com/nxKedjGE orpastebin get nxKedjGE blackboard
0.1.1 (No colours: http://pastebin.com/9DJBdRWM or pastebin get 9DJBdRWM blackboard
Spoiler
Thanks for reading!