From 5eacf75c30def904f939135f45d0c3525d153c53 Mon Sep 17 00:00:00 2001 From: felixalbrigtsen <64613093+felixalbrigtsen@users.noreply.github.com> Date: Mon, 4 May 2020 23:30:04 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59a84ac..7a85b4f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # sfml_tetris -A simple tetris clone written in C++, using SFML for graphics and input handling +A simple tetris clone written in C++, using SFML for graphics and input handling. + Mimics the feel of retro tetris. # Install / Build