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 or lost based on whether or not the player guessed correctly.
.
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
- Nathan Shumway (nateshumway1@gmail.com)