- 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
- YAML Docs: Stack Abuse
- Tkinter GUI Docs: Real Python
- Word Search Logic: PythonWordSearch
This project is licensed under MIT License.