Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a run command #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 9, 2024

  1. Add run command

    This commit adds the `run` command. This will do the following:
    - Check if the file is in the right format. If not, it tells what to change, but still tries to run anyway.
    - Extract the zip file to a temporary directory.
    - Set up a virtual environment.
    - Install requirements.
    - Display the readme with rich.
    - Run the game.
    Anonymous4045 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6d34acb View commit details
    Browse the repository at this point in the history
  2. Add better checks for running malformatted files

    This commit changes the run command behavior to better handle unformatted zip files.
    Anonymous4045 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fbf7370 View commit details
    Browse the repository at this point in the history