1
Fork 0

Re did folder structure.

This commit is contained in:
Jake Howard 2015-04-22 09:51:44 +01:00
parent 3d85a34dd8
commit 25c2898b4c
4 changed files with 13 additions and 7 deletions

3
Play The Game.py Normal file
View File

@ -0,0 +1,3 @@
import GUI
print("Game Loading...")
GUI.display()

View File

@ -12,8 +12,8 @@ The game is only playable on windows, due to the GUI library only being availabl
### Playing the game ###
* Clone the repository
* Install the required libraries
* Run 'SPACE INVADERS.py'
* Install the required libraries (See Above)
* Run 'Play The Game.py'
### Core Contributors ###

View File

@ -1,5 +0,0 @@
import pygame, logging
import bullet, player, textures, GUI # Import other files
logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.DEBUG)

8
game.py Normal file
View File

@ -0,0 +1,8 @@
import pygame, logging
import bullet, player, textures
MENU_WINDOW = ""
def initialise(menu, options):
pass