Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MnAppsNet committed Sep 6, 2019
1 parent b48a378 commit b213d0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
# SnakeS
# SnakeS
A Snake game that can be easily implemented on any C# .Net application

# Installation :
Expand All @@ -14,6 +14,7 @@ Initialize the game by creating an instance of Game class :

# Public Methods
* Use the public methods **MoveUp()**, **MoveDown()**, **MoveLeft()** and **MoveRight()** to move the player
* Use the public methods **SpeedUp()** and **SpeedDown()** to change the speed of the player
* Use the public method **Stop()** to stop the game and dispose all game controls at any time

Change Settings.cs to change the look of the game

0 comments on commit b213d0a

Please sign in to comment.