Add disclaimer

This commit is contained in:
Trevor Slocum 2019-11-20 16:54:58 -08:00
parent a4fd5f5a35
commit 33547266c9
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
title: "Textris - Creating a terminal-based Tetris clone in Go - Part 1: Pieces and playfield"
date: 2019-11-08T01:42:18-07:00
date: 2019-11-26T01:42:18-07:00
categories: [tutorial]
draft: true
---
@ -8,6 +8,10 @@ draft: true
This is the first in 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).
Game pieces (minos) are generated and added to a playfield (matrix).
Tetris is a registered trademark of the Tetris Holding, LLC.
Rocket Nine Labs is in no way affiliated with Tetris Holding, LLC.
## Contents
* [Minos](#minos)