A console built in pure Snap!

I wrote a Snap! Project/library that implements a terminal. Essentially, it's the terminal from Snap!nix Neo, minus the filesystem integration. Enjoy!

Project link: cs10 Snap! Mirror: Project Console

To use: keep the terminal sprite, delete the demo sprite, and use print [ ]::looks, clear terminal::looks, (new line::operators), and (input @addInput::sensing).

(input @addInput::sensing) can also have a prompt, activated by clicking the arrow.

nice! though i immediately checked to make sure snap! doesn't have cloud variables before i answered either question XD

Yeah. It's a basic demo. It doesn't do anything with the data you type in, other than address you by name and tell you if you're an adult.

I put Bob and Infinity as my choices.