From f048a677eb8789177b5947f524043c1209536a00 Mon Sep 17 00:00:00 2001 From: Lucas Willems Date: Sun, 8 Apr 2018 17:55:32 -0400 Subject: [PATCH] Improvement of REAMDE.md --- README-editor.png => README-images/editor.png | Bin README-game.png => README-images/game.png | Bin README.md | 12 ++++++------ 3 files changed, 6 insertions(+), 6 deletions(-) rename README-editor.png => README-images/editor.png (100%) rename README-game.png => README-images/game.png (100%) diff --git a/README-editor.png b/README-images/editor.png similarity index 100% rename from README-editor.png rename to README-images/editor.png diff --git a/README-game.png b/README-images/game.png similarity index 100% rename from README-game.png rename to README-images/game.png diff --git a/README.md b/README.md index 88d178f..1cb2ff6 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,21 @@ This project is a simple and funny Brick Breaker with an easy level-editor, writ # How to play? -![The Brick Breaker](README-game.png) +![The Brick Breaker](README-images/game.png) Playing to our Brick Breaker is really simple: -1. Open `game.py` -2. Press `space bar` to start playing -3. Play and finish levels faster as possible ! +1. Execute `> python3 game.py` +2. Press `space` to start playing +3. Play and finish levels as fast as possible ! # How to create/edit levels? -![The Editor](README-editor.png) +![The Editor](README-images/editor.png) Creating and editing levels is also an easy task: -1. Open `editor.py` +1. Execute `python3 editor.py` 2. Enter the level number: - If the level exists, it will be opened. - If the level doesn't exist, it will be created.