Skip to content

ErisoHV/Asteroids

Repository files navigation

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 3.13
  2. Install pygame py -m pip install -U pygame --user
  3. Install Simpleguitk py -m pip install SimpleGUITk

Install Simplegui (Linux)

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

Use

  1. Upload the resources folder to a local or remote server. The source includes a Dockerfile that inits this server with the resources; just run:

docker build -t asteroids-resources .

docker run -d --rm -p 8083:8083 asteroids-resources

  1. Run and Play!

py asteroids.py

About

Asteroids game - Python and SimpleGui

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors