From 7cb4148daec56f826ce7833468af597febf809e5 Mon Sep 17 00:00:00 2001 From: Christian Heller <c.heller@plomlompom.de> Date: Sun, 22 Nov 2020 04:48:09 +0100 Subject: [PATCH] Link source code. --- rogue_chat_nocanvas_monochrome.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rogue_chat_nocanvas_monochrome.html b/rogue_chat_nocanvas_monochrome.html index 2ef4f7d..c04e362 100644 --- a/rogue_chat_nocanvas_monochrome.html +++ b/rogue_chat_nocanvas_monochrome.html @@ -10,7 +10,8 @@ terminal columns: <input id="n_cols" type="number" step=4 min=80 value=80 /> <pre id="terminal" style="display: inline-block;"></pre> <textarea id="input" style="opacity: 0; width: 0px;"></textarea> <div> -<h3>for mouse players</h3> +<a href="https://plomlompom.com/repos/?p=plomrogue2;a=summary">source code</a> (includes proper terminal / curses client) +<h3>button controls for mouse players</h3> <table style="float: left"> <tr> <td style="text-align: right"><button id="move_upleft">up-left</button></td> -- 2.30.2