tatendafmukaro / cse210-student-hilo

Starting template for the hilo game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hilo

How much are you willing to lose? Play HiLo to find out! The rules are simple. The dealer draws a new card. You guess if the next one will be higher or lower. Earn 100 points if you're right. Lose 75 if you're wrong. End the game at any time or just keep playing. Watch out though. Lose all your points and the game is ended for you!

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 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 hilo folder and click the "run" icon.

Project Structure


The project files and folders are organized as follows:

root                    (project root folder)
+-- hilo                (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


About

Starting template for the hilo game.


Languages

Language:Python 100.0%