Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 908 Bytes

File metadata and controls

30 lines (23 loc) · 908 Bytes

Contributing

Follow these steps to start working on this game.

Rye

Rye is the preferred manager for this project. Install it here.

Once installed, simply run these commands to launch the game.

rye sync
rye run pyweek37

Pip

If you don't want to use Rye, you may also use pip.

Set up your venv and run the following:

python -m pip install -r requirements.txt
python -m src.pyweek37

Pushing

Before you push, please make sure you run rye fmt (or black if you don't have rye) to format the code.

Note that you cannot push directly to main, you must push to a branch. Create one with git branch <my-feature>. Once you push, someone must review the changes and approve them before they are merged into main.

Acknowledgement

Please list your name below if you read through this document and can run the game:

  • Anonymous4045