]> git.ayabusa.dev Git - jeu-gtc.git/commitdiff
added README.md
authorayabusa <lebgpub@gmail.com>
Tue, 22 Oct 2024 14:22:32 +0000 (16:22 +0200)
committerayabusa <lebgpub@gmail.com>
Tue, 22 Oct 2024 14:22:32 +0000 (16:22 +0200)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..bb397e0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+# Grand Theft Chevaux
+> Le jeu Grand Theft Chevaux propulsé par pygame
+# Lancer le jeu
+Pour jouer au jeu il vous faut installer [python](https://www.python.org/) et [pygame](https://www.pygame.org/)
+
+Puis il faut cloner le repo et lancer le fichier game.py
+```sh
+git clone "https://git.ayabusa.dev/ayabusa/Jeu-GTC.git"
+cd Jeu-GTC
+python game.py
+```
+# Licence
+```
+All Rights Reserved
+
+Copyright (c) Grand Theft Chevaux
+
+Created by Ayabusa
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+```
\ No newline at end of file