m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-08-29 19:54:35 -0700
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-08-29 19:54:35 -0700
commit38f34e9874babc10a55f594e4d2aaf9fc040d435 (patch)
tree54882e5b3885035fdae99a7a9d2fa3a52ebee194
parent8fdab97b46d66705c93bd64bb8a064d6f0c77156 (diff)
Update linksHEADmaster
-rw-r--r--curling.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/curling.rb b/curling.rb
index bad1bbf..d9b1870 100644
--- a/curling.rb
+++ b/curling.rb
@@ -13,7 +13,8 @@ before do
halt <<~MSG
Welcome to Hex Curler!
======================
-This game is based on Jeff Moore's Hex (www.1km1kt.net/rpg/hex).
+This game is based on Jeff Moore's Hex: www.1km1kt.net/rpg/hex
+I wrote a technical post about it: m-chrzan.xyz/blog/hex-curler.html
Source code: gitlab.com/m-chrzan/hex-curler
This game is meant to be experienced in the command line. Run the following line
@@ -28,7 +29,8 @@ get '/' do
<<~MSG
Welcome to Hex Curler!
======================
-This game is based on Jeff Moore's Hex (http://www.1km1kt.net/rpg/hex).
+This game is based on Jeff Moore's Hex: www.1km1kt.net/rpg/hex
+I wrote a technical post about it: m-chrzan.xyz/blog/hex-curler.html
Source code: gitlab.com/m-chrzan/hex-curler
How to Play