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/SPACE INVADERS.py

6 lines
160 B
Python
Raw Normal View History

2015-04-18 16:32:14 +01:00
import pygame, logging
2015-04-21 11:00:44 +01:00
import bullet, player, textures, GUI # Import other files
logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.DEBUG)
2015-04-18 16:32:14 +01:00