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 3.13
- Install pygame
py -m pip install -U pygame --user - Install Simpleguitk
py -m pip install SimpleGUITk
Install Simplegui (Linux)
Use
- 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
- Run and Play!
py asteroids.py