Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 647 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 647 Bytes

Hilo Game

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.

.

Project Structure


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)

Required Technologies


  • Python 3.8.0

Author


week02_hilo