Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Releases: Thomas-Hopkins/CS4500-FrogGame

Frog Game 1.0

04 May 23:40
Compare
Choose a tag to compare

Running Frog Game

From compiled executable (WINDOWS ONLY)

  1. Download the FrogGameV1.0-WINDOWS.zip file below
  2. Extract contents and run froggame.exe

From source (WINDOWS, MACOS, LINUX)

  1. Download and install Python 3.10.x If you don't already have it.
  2. Download Source Code file below
  3. Extract zip into a folder.
  4. Run start.bat if on Windows or start.sh if on MacOS/Linux.
    • If and only if this has issues, please create a file named PYTHON_PATH with no file extension. Inside of it insert the full path to your python executable. Then retry this step.
    • Project will download dependencies and setup.
  5. Game should start. Rerun start.bat or start.sh to re-launch game.