a 2D game made with pygame
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
build image:
docker build -t meteoroid .
run it:
docker run -it meteoroid