From c092b78471a4626d910fb4b896665abd373c0ac8 Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Fri, 17 Jan 2020 13:10:09 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9abf3a..3ebfd9f 100644 --- a/README.md +++ b/README.md @@ -75,4 +75,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/articles/brick.html) 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/brick) that can help you get started.