Skip to content

Latest commit

ย 

History

History
73 lines (52 loc) ยท 2.1 KB

File metadata and controls

73 lines (52 loc) ยท 2.1 KB

image

GitHub issues GitHub repo size GitHub top language Python GUI library 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 ย ย ย ย  Tasnim Zotder ย ย ย ย  Tasnim Zotder ย ย ย ย 

๐Ÿ“ท Screenshots

game setup

๐Ÿ“ƒ References

๐Ÿ“ License

This project is licensed under MIT License.