Better lorem ipsum

This commit is contained in:
Neale Pickett 2016-04-04 16:40:21 +00:00
parent c023b86280
commit 81cb704950
4 changed files with 8 additions and 21 deletions

View File

@ -7,27 +7,11 @@ function Main(element) {
this.start = function() {
console.log(element);
term.clear();
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main terminal");
term.par("Main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main terminal");
term.par("Main terminal.")
term.par("This is the main terminal. In this terminal you will get your puzzle content and someplace to enter in possible answers. It's probably just going to pull the old URL, steal the body element, and submit it to a new Terminal method for slow-despooling of the content of text nodes.")
term.par("One side-effect of the method I'm considering to slow-despool pre-written HTML is that inline images will load before the text. While not exactly what I had in mind for the feel of the thing, it may still be an interesting effect. I mean, if anything, text should render the *quickest*, so if we're going to turn everything on its head, why not make images pull in quicker than text.");
term.par("Anyway.");
term.par("Hopefully this demo illustrates how things are going to look.");
}
}

View File

@ -6,6 +6,7 @@ function Messages(element) {
this.start = function() {
term.clear();
term.par("Messages terminal");
term.par("I've long wanted a way to communicate things to participants, like «yes, we're aware that JS 12 is broken, we are working on it», or «tanks category is now open!». This might have updates about people scoring points, or provide a chat service (although that has not historically been well-utilized).");
}
}

View File

@ -6,6 +6,7 @@ function Overview(element) {
this.start = function() {
term.clear();
term.par("Overview terminal");
term.par("Here you will find something resembling a scoreboard, maybe your team name.")
}
}

View File

@ -6,6 +6,7 @@ function Puzzles(element) {
this.start = function() {
term.clear();
term.par("Puzzles terminal");
term.par("This is going to show you the list of open puzzles. It should refresh itself periodically, since not refreshing was a source of major confusion in the last setup, at least for kids, who seem not to realize what the reload button in the browser does.")
}
}