-
Notifications
You must be signed in to change notification settings - Fork 0
CamGrover/15-puzzle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Play Online Link: https://repl.it/@camgrover/15-Puzzle Manual install and run 1. Navigate to project directory: `cd cs325_portfolio_project` 2. Install virtual environment: `python3.8 -m venv .venv` 3. Activate virtual env: `source .venv/bin/activate` 4. Install requirements: `pip install -r requirements.txt` 5. Run program: 'python main.py' Install script 1. Navigate to project directory: `cd cs325_portfolio_project` 2. Run script: `chmod +x ./install.sh && ./install.sh` 3. Run program: `python main.py`
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published