/cse210-student-nim

Starting template for the nim program.

Primary LanguagePython

Nim

Experience the thrill of the chase! Hunter might seem easy but even the best get lost from time to time. The rules are simple. The hunter guesses the prey's location and the prey provides a hint - that's confidence! Guessing continues until the prey is found.

Getting Started


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 hunter 

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.

Project Structure


The project files and folders are organized as follows:

root                    (project root folder)
+-- hunter              (source code for game)
  +-- game              (specific game classes)
  +-- __init__.py       (python package file)
  +-- __main__.py       (entry point for program)
+-- README.md           (general info)

Required Technologies


  • Python 3.8.0

Authors


  • TODO: Add your name and email here