From e818f93b06a971857dccb5959b8e57394c36aa7d Mon Sep 17 00:00:00 2001 From: Jarek <42780718+jarekt@users.noreply.github.com> Date: Thu, 18 Jul 2019 15:18:54 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c14213a..978cbad 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ requires [jlib](https://github.com/jarekt/jlib) - ~~download it manually or run - **windows**: install microsoft visual studio and add ***snake.c jlib.h and windows.c*** to your project, then build ### Cmake - **cmake support added *!!*** -- for some compilers such as mingw you need to edit the CMakelists.txt of jlib +- for some compilers such as mingw you need to edit the CMakeLists.txt of jlib ## Demo pictures ![high_res](img/snake1.png) @@ -35,4 +35,4 @@ requires [jlib](https://github.com/jarekt/jlib) - ~~download it manually or run ## Known problems - the speed increase value (when snake eats food) should be changed to a more fun value (this can be edited in the detect collision function) -- you cannot resize your game when it's running - it will mess up the screen \ No newline at end of file +- you cannot resize your game when it's running - it will mess up the screen