Update Tetris tutorials

This commit is contained in:
Trevor Slocum 2020-08-06 21:42:13 -07:00
parent 5525a8819f
commit 149bc4bd55
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ aliases:
This is the first part of a series of tutorials on creating a [terminal-based](https://en.wikipedia.org/wiki/Text-based_user_interface)
[Tetris](https://en.wikipedia.org/wiki/Tetris) clone with [Go](https://golang.org).
[**View code on GitLab**](https://gitlab.com/tslocum/terminal-tetris-tutorial/-/tree/master/part-1)
[**Code for this tutorial is available on GitLab**](https://gitlab.com/tslocum/terminal-tetris-tutorial/-/tree/master/part-1)
```bash
go get gitlab.com/tslocum/terminal-tetris-tutorial/part-1 # Download and install

View File

@ -9,7 +9,7 @@ aliases:
This is the second part of a series of tutorials on creating a [terminal-based](https://en.wikipedia.org/wiki/Text-based_user_interface) [Tetris](https://en.wikipedia.org/wiki/Tetris) clone with [Go](https://golang.org).
[**View code on GitLab**](https://gitlab.com/tslocum/terminal-tetris-tutorial/-/tree/master/part-2)
[**Code for this tutorial is available on GitLab**](https://gitlab.com/tslocum/terminal-tetris-tutorial/-/tree/master/part-2)
```bash
go get gitlab.com/tslocum/terminal-tetris-tutorial/part-2 # Download and install