- Fork the repo
cd
into the project on your local machine.- Make sure you have Python >= 3.10 on your machine.
- Create a virtual environment
> python3 -m venv venv
- Activate the virtual environment
> source venv/bin/activate
- Upgrade pip
> pip install --upgrade pip
- Install project dependencies
> pip install -r requirements.txt
- Run the game
> python -m game
- Write your code in your personal fork.
- Push the changes to your fork's Github repo.
- Use the Github web interface to submit a pull request into the
main
branch of the project's repo.