Experience the thrill of the chase! Seeker might seem easy but even the best get lost from time to time. The rules are simple. The seeker guesses the hider's location and the hider provides a hint - that's confidence! Guessing continues until the hider is found.
Make sure you have Python 3.8.0 or newer installed and running on your machine. Open a terminal and browse to the project's root folder. Start the program by running the following command.
python3 seeker
You can also run the program from an IDE like Visual Studio Code. Start your IDE and open the project folder. Select the main module inside the hunter folder and click the "run" icon.
The project files and folders are organized as follows:
root (project root folder)
+-- seeker (source code for game)
+-- game (specific classes)
+-- __main__.py (program entry point)
+-- README.md (general info)
- Python 3.8.0
- Matt Manley (manleym@byui.edu)
- Scott Burton (burtons@byui.edu)