cgrooves / black-earth

A Scorched Earth clone, made for fun
2 stars 2 forks source link

Black Earth

A Scorched Earth clone, made for fun.

Overview

Our goal is to create a clone of the popular MS-DOS game Scorched Earth, using the Python Arcade Library.

Contribute

We will try to follow a feature-branch development pattern.

Environment

Since we are developing a Python application here, we recommend using a virtual environment. Since Python Arcade requires Python 3.6 or higher, we recommend creating the virtual environment using a python3 command:

shell_prompt$: python3 -m venv .venv

Once you have created and activated your virtual environment, synchronize your packages with the listed requirements.txt file in the repository.

(venv_name) shell_prompt$: pip install -r requirements.txt

When new packages need to be installed, please update the requirements.txt file by running:

(venv_name) shell_prompt$: pip freeze -l > requirements.txt

This will ensure that other developers will be using the same Python packages and versions as you, and that we all stay in sync.

License

Notes on license?

Other

ANy other stuff?