PranabZz / Dodge_stars_py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dodge_stars using pygame

This simple dodge game made from pygame.

Setting up everything needed

  1. Python-3

  2.    First make sure you have the python3 version installed in your device.

      sudo apt-get upgrade
      sudo apt install python3
    
  3. Python-3 pip

  4.    Installing pip for installing pygame. Pip allows you to install various python packages.

      sudo apt install python3-pip
    
  5. Pygame

  6.    Now we install the pygame package with the help of pip command.

      pip install pyagme
    

Starting the game


Now that we have all setup done lets run the actual game.
Our main game file is the main.py where the game starts so we run the main.py file to start our game

   python3 main.py

Screenshot form the game

About

License:MIT License


Languages

Language:Python 100.0%