From db6c7d2f0e03809a87e13624ca58558a69aec11e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 21 Aug 2017 14:46:28 -0400 Subject: Add nethack to index.html --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index d5aa1ed..ad0c46a 100644 --- a/index.html +++ b/index.html @@ -6,3 +6,9 @@ Hey there, friend. This should get you there. ssh torus@ascii.town +

+You can also take a detour and play NetHack. +

+ + ssh nethack@ascii.town + -- cgit 1.4.1 d8210956d492d7c42df1793893e5cbe'/> IRC client
summary refs log tree commit diff

path: root/event.c (unfollow)
Commit message (Collapse)Author
2019-02-21Remove ROT13June McEnroe
It's just not convenient when it can only do the whole line...
2019-02-21Clean up man pageJune McEnroe
2019-01-26Draw UI before connectingJune McEnroe
Otherwise the "Traveling" message isn't visible while connecting.
2019-01-25Avoid unused variable warnings with getyxJune McEnroe
2019-01-25Add GNU/Linux build instructionsJune McEnroe