Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.07 KB

Asteroids

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:

  1. Install python 2.7
  2. Install PIL 1.1.7 (Python Imaging Library)
  3. Install pygame 1.9.2a0
  4. Install Simpleguitk

Install Simplegui (Linux)

  1. Install python 2.7
  2. Install pygame
  3. Install simplegui

Use

  1. Upload the resources folder to a local or remote server
  2. 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
  3. Run and Play! :-P