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