Skip to content

Programmers3001/pyweek-35

 
 

Repository files navigation

Pyweek 35 Game

How to run the game

  1. Fork the repo
  2. cd into the project on your local machine.
  3. Make sure you have Python >= 3.10 on your machine.
  4. Create a virtual environment
    • > python3 -m venv venv
  5. Activate the virtual environment
    • > source venv/bin/activate
  6. Upgrade pip
    • > pip install --upgrade pip
  7. Install project dependencies
    • > pip install -r requirements.txt
  8. Run the game
    • > python -m game

Submitting Pull Requests

  1. Write your code in your personal fork.
  2. Push the changes to your fork's Github repo.
  3. Use the Github web interface to submit a pull request into the main branch of the project's repo.

About

jokeradawfork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%