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
87 B
Python
Raw Permalink Normal View History

2015-05-14 13:20:33 +01:00
print("Starting Attack on Blocks...\nLoading Main Window...")
2015-04-28 12:19:35 +01:00
import GUI
2015-05-08 11:24:33 +01:00
GUI.display()