This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
Releases: Thomas-Hopkins/CS4500-FrogGame
Releases · Thomas-Hopkins/CS4500-FrogGame
Frog Game 1.0
Running Frog Game
From compiled executable (WINDOWS ONLY)
- Download the FrogGameV1.0-WINDOWS.zip file below
- Extract contents and run
froggame.exe
From source (WINDOWS, MACOS, LINUX)
- Download and install Python 3.10.x If you don't already have it.
- Download Source Code file below
- Extract zip into a folder.
- Run
start.bat
if on Windows orstart.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.
- If and only if this has issues, please create a file named
- Game should start. Rerun
start.bat
orstart.sh
to re-launch game.