Update README.md

This commit is contained in:
Sam Tay 2020-01-17 13:10:09 -08:00 committed by GitHub
parent 3931f0b36f
commit c092b78471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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 #### 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.