Update Tetris tutorials

This commit is contained in:
Trevor Slocum 2020-08-06 21:41:15 -07:00
parent aca6ebe2bb
commit 5525a8819f
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).
The code for this tutorial is available [on GitLab](https://gitlab.com/tslocum/terminal-tetris-tutorial/-/tree/master/part-1).
[**View code 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).
The code for this tutorial is available [on GitLab](https://gitlab.com/tslocum/terminal-tetris-tutorial/-/tree/master/part-2).
[**View code 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