From 072f9376df349949f88a254ec1bcf4e8b98a8bd4 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Fri, 24 Apr 2020 18:25:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e93cf9d..d974075 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TurtleScript -A parser and renderer that reads TurtleScript commands from a TurtleScript file (.tsf) and then performs the specified actions on screen. +A parser and renderer that reads TurtleScript commands from a TurtleScript file (.tsf) and then performs the specified actions on screen. Requires PyGame. ![demo](https://github.com/Nytra/TurtleScript/blob/master/assets/demo1.gif)