An interactive Travelling Salesperson Game with BFS/DFS/UCS/A* comparisons.
pip install -r requirements.txt
streamlit run streamlit_app.py- Push this folder to a public GitHub repo.
- Go to https://share.streamlit.io (Community Cloud dashboard).
- Click Create app → select your repo/branch → set file path to
streamlit_app.py. - (Optional) In Advanced settings, choose the Python version (e.g., 3.11) if your libs need it.
- Click Deploy. Your app will be live at
https://<your-subdomain>.streamlit.app.