From 210d4eef22037c8fe57b766f4bdf556ac907a62d Mon Sep 17 00:00:00 2001 From: Edmond Eng Date: Sat, 23 Mar 2019 02:12:30 -0700 Subject: [PATCH] Create README.md Add game objective and controls. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf17b42..00abba3 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# DojoGames \ No newline at end of file +# DojoGames + +SNAKE GAME + +Objective: Play as the snake and eat food to gain a highscore. Game ends if the snake eats itself or runs into a wall. + +Controls: +-ARROW KEYS to change directions +-SPACE BAR to pause/resume game +-ESC KEY to exit game