canvas { border: 1px solid black; }
</style>
<body>
-<canvas id="terminal" />
+<p><canvas id="terminal" /></p>
+<p>(running against <a href="https://plomlompom.com/repos/?p=plomrogue2-experiments;a=blob;f=new2/rogue_chat.py">some plomrogue engine experiment</a>)</p>
<script>
"use strict";
let websocket_location = "ws://localhost:8000"
let chat = {
input_line:"",
- history: [" visible ASCII char in the input prompt.",
+ history: ["",
+ " visible ASCII char in the input prompt.",
" To write on the map, enter on a single",
+ "",
" contain whitespace, escape them with \\.",
" Use double quotes for strings that",
+ "",
" Use arrow keys to move your avatar.",
+ "",
" QUERY USER TEXT - send TEXT to USER",
" ALL TEXT - send TEXT to all users",
" LOGIN USER - register as USER",