From 746a9b3389b6419aa0e9340e290f7898eaf5bbd8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 14 May 2015 13:20:59 +0100 Subject: [PATCH] changed basic instructions and requirements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c69432..c42051f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This take on space invaders was written for my IT BTEC course, Unit 21 Games Dev ### Requirements ### -* Python +* Python 3 * Pygame * TKinter @@ -12,7 +12,7 @@ The game is only playable on windows, due to the GUI library only being availabl ### Playing the game ### -* Clone the repository +* Clone the repository, or visit the downloads page * Install the required libraries (See Above) * Run 'Play The Game.py'