Word ladder Python Streamlit based Word ladder game which uses BFS with a tree size limit for efficient searching in solution space. Installation use this command in terminal for streamlit installation: pip install requirements.txt to run on localhost use: streamlit run app.py