1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
attack-on-blocks/Play The Game.py

4 lines
85 B
Python
Raw Normal View History

2015-05-09 23:53:13 +01:00
print("Starting Space Invaders...\nLoading Main Window...")
2015-04-28 12:19:35 +01:00
import GUI
2015-05-08 11:24:33 +01:00
GUI.display()