Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekt authored Jul 18, 2019
1 parent 9f97456 commit e818f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
- you cannot resize your game when it's running - it will mess up the screen

0 comments on commit e818f93

Please sign in to comment.