From 13c4e65a3a5d224fea2e768e0c24a51d18c3f77c Mon Sep 17 00:00:00 2001
From: aymanrs <54403956+aymanrs@users.noreply.github.com>
Date: Wed, 25 Mar 2020 14:47:34 +0100
Subject: [PATCH] Delete README.md
---
Dogplay/README.md | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 Dogplay/README.md
diff --git a/Dogplay/README.md b/Dogplay/README.md
deleted file mode 100644
index 3cf1573..0000000
--- a/Dogplay/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# mylittlegame
-To run the game, open a terminal, and go to _Dogplay_ Directory, then run command "./bin/Dogplay"
-Move the dog by using the keyboard arrows to reach the ball and avoid the black arrows
-Whenever you catch the ball your score increases and if you get touched by an arrow your score decreases
-If your score is less than **minScore** then you lose
-You can use bombs by pressing the space bar, a bomb stops all arrows and lets you touch them for **bombsDuration** seconds, but You have only **numberOfBombs** bombs
-You can change some constants such as **numberOfArrows**, **dogSpeed**, **numberOfBombs** in _Dogplay/src/main.cxx_ file. Then use the command "make all" then "./bin/Dogplay" (be sure to be in Dogplay directory !).
-This project is made for Linux, so If you're on windows then replace libraries in _lib_ folder by the specific SFML libraries of Windows, also change the Makefile so that the commands will be adapted to your OS.
-Have fun !