Commit c24c871a authored by Fan FEI's avatar Fan FEI

Update README.md

parent 012f79fd
# FanFEI_Jeu # FanFEI_Jeu
**Instructions for use** **Instructions for use**
Log in to the website [raylib](https://www.raylib.com/), Log in to the website [raylib](https://www.raylib.com/),
click on Donwload Now, click on Donwload Now,
install the software Notepad++ for raylib, install the software Notepad++ for raylib,
put the files in the same directory and open snake_FanFEI.c in Notepad++, put the files in the same directory and open snake_FanFEI.c in Notepad++,
press f6 of open the snake_FanFEI.exe. press f6 or open the snake_FanFEI.exe.
**Expand on the basis of official raylib samples** **Expand on the basis of official raylib samples**
[snake.c](https://github.com/raysan5/raylib-games/blob/master/classics/snake.c) [snake.c](https://github.com/raysan5/raylib-games/blob/master/classics/snake.c)
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
**The new game has the following features:** **The new game has the following features:**
1. The snake has its own beautiful three-color skin. 1. The snake has its own beautiful three-color skin.
2. The boundaries of the game are no longer regarded as walls, and snakes can cross the four boundaries. 2. The boundaries of the game are no longer regarded as walls, and snakes can cross the four boundaries.
3. The game has background music. 3. The game has background music, when paused or failed, the music stops, when the game resumes, the music continues.
4. The game time and score will be displayed in the upper right corner of the game interface. 4. The game time and score will be displayed in the upper right corner of the game interface, the score will be displayed when paused or ended.
5. Reward score. 5. In addition to the basic fruits, the game also adds star rewards. If you eat it, you will get twice the score. Note that these stars will change positions every five seconds!
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment