<img alt="Python GUI library" src="https://img.shields.io/badge/GUI-Tkinter-blue?style=flat-square" / >
🎮 INT213 - Word Hunt Game
Let’s hunt the lost words 🔍
🎉 Getting Started
- Clone (Download) the project
git clone https://github.com/tasnimzotder/int213-word-hunt-game.git
- Run the program
a. Windows
./run.ps1
b. Linux
bash run.sh
- Or to run the program in a docker container
docker build -t word-hunt-game .
docker run -u=$(id -u $USER):$(id -g $USER) -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --rm word-hunt-game
🧑🤝🧑 Collaborators
              
## 📷 Screenshots ![game setup](/int213-word-hunt-game/assets/game_setup.jpg) ## 📃 References - **YAML Docs**: [Stack Abuse](https://stackabuse.com/reading-and-writing-yaml-to-a-file-in-python/) - **Tkinter GUI Docs**: [Real Python](https://realpython.com/python-gui-tkinter/) - **Word Search Logic**: [PythonWordSearch](https://github.com/SpartanApple/PythonWordSearch) ## 📝 License This project is licensed under [MIT License](/int213-word-hunt-game/LICENSE).