orgepo / meteroid-game

a 2D game with pyGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a 2D game with pyGame


Languages

Language:Python 100.0%