Skip to the content.

image

GitHub issues GitHub repo size GitHub top language <img alt="Python GUI library" src="https://img.shields.io/badge/GUI-Tkinter-blue?style=flat-square" / > GitHub

🎮 INT213 - Word Hunt Game

Let’s hunt the lost words 🔍

🎉 Getting Started

  1. Clone (Download) the project
git clone https://github.com/tasnimzotder/int213-word-hunt-game.git
  1. Run the program

a. Windows

./run.ps1

b. Linux

bash run.sh
  1. 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

Tasnim Zotder &nbsp&nbsp&nbsp&nbsp Tasnim Zotder &nbsp&nbsp&nbsp&nbsp Tasnim Zotder &nbsp&nbsp&nbsp&nbsp

## 📷 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).