/meteroid-game

a 2D game with pyGame

Primary LanguagePython

meteroid-game

a 2D game made with pygame

screen shots

How to play?

run code:

for play the game you need to install python3 and pygame first:

pip install pygame

when it done you can simply run this command and start playing:

python3 meteoroid.py

docker:

build image:

docker build -t meteoroid .

run it:

docker run -it meteoroid