blankRiot96 / Mazio.py

A simple Top view shooter game, work in progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mazio.py

A simple Top view shooter game, work in progress

Screen Shot 2021-06-01 at 3 54 39 PM

Getting started

  • First you would need to clone the repository using git clone https://github.com/blankRiot96/Mazio.py.git
  • Next, you would need to install the required packages(Assuming you have python installed):
    • cd Mazio.py
    • pip install -r requirements.txt
    • py src\main.py (Windows OS)
    • python3 src/main.py (Mac OS)
  • Now that you have gotten the game running, create a new branch, make your changes, and submit a PR

About

A simple Top view shooter game, work in progress

License:GNU General Public License v3.0


Languages

Language:Python 100.0%