Asteroids game - Python and SimpleGui
This game uses the simplegui
package
Install Simplegui (Windows)
I develop this game under Window operating system. I installed Simpleguitk following this steps:
- Install python 2.7
- Install PIL 1.1.7 (Python Imaging Library)
- Install pygame 1.9.2a0
- Install Simpleguitk
Install Simplegui (Linux)
Use
- Upload the resources folder to a local or remote server
- Edit the url in the
simplegui.load_*
methods from Asteroids.py and Ship.py files, with the URL's of the server you used in the first step - Run and Play! :-P