aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Latta <zach@zachlatta.com>2016-03-07 23:58:41 -0800
committerZach Latta <zach@zachlatta.com>2016-03-07 23:58:41 -0800
commitfdaeddb19f400b7ea467492d02f2430cd23cbc2d (patch)
treea36b670cec81ca7f17e163b198db808b934a079c
parentb517938af8266b579abceba9334fffd205f83100 (diff)
downloadsshtron-fdaeddb19f400b7ea467492d02f2430cd23cbc2d.tar.gz
Add reminder to use WASD to move
-rw-r--r--game.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.go b/game.go
index cd68378..a05baa4 100644
--- a/game.go
+++ b/game.go
@@ -42,7 +42,7 @@ func (h *Hub) Run(g *Game) {
h.Sessions[s] = struct{}{}
case s := <-h.Unregister:
if _, ok := h.Sessions[s]; ok {
- fmt.Fprint(s, "\r\n\r\n~ End of Line ~ \r\n\r\n")
+ fmt.Fprint(s, "\r\n\r\n~ End of Line ~ \r\n\r\nRemember to use WASD to move!\r\n\r\n")
// Unhide the cursor
fmt.Fprint(s, "\033[?25h")
Un proyecto texto-plano.xyz