From e67b5938fb1f943cf5d4572fb6b446445c11464c Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Mon, 17 Feb 2020 14:48:42 -0800 Subject: [PATCH] Update tutorial link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d894ce3..e5b1748 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,4 @@ And of course, see `tetris --help` for help. People seem to have varying levels of success with the linux binary. Please note that it is compiled dynamically and hence should not be expected to work on most distros. If you have other problems, feel free to open an issue. #### roll your own -If you like games in your terminal and have an interest in functional programming, write your own! This code is built on top of [brick](https://github.com/jtdaugherty/brick) which makes building terminal user interfaces very accessible. I also have a [tutorial](https://samtay.github.io/posts/brick) that can help you get started. +If you like games in your terminal and have an interest in functional programming, write your own! This code is built on top of [brick](https://github.com/jtdaugherty/brick) which makes building terminal user interfaces very accessible. I also have a [tutorial](https://samtay.github.io/posts/introduction-to-brick) that can help you get started.