Hilo is a game in which the player guesses if the next card drawn by the dealer will be higher or lower than the previous one. Points are won (+100) or lost (-75) based on whether or not the player guessed correctly. The player will start with 300 points, if the player reaches 0 points the game is over.
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 hilo/
Windows:
python hilo/
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 dice folder and click the "run" button.
The project files and folders are organized as follows:
root (project root folder)
+-- hilo (source code for game)
+-- game (specific classes)
+-- __main__.py (program entry point)
+-- README.md (general info)
- Python 3.8.0
- Dhener Trinidad (decreo17) Game Structure, Logic & Testing
- William Cameron Game Enhancement, Team & Meeting Coordination, Logic & Testing
- Nikkolet Ashby Logic & Editing, Testing
- Ramon Castaño Game Enhancement, Testing , Editing