From 7a522dde537c2d4c20c10b6198657fab054ad87a Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 8 Jun 2021 22:46:06 -0700 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc24a31..0cddbf9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Tetrys # +# Tetrys Tetrys is a minimalist Tetris clone written in Python. It is cross-platform compatible and has basic gamepad support. There is presently no way to configure what the buttons do; that is an exercise left to the reader.