Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.52 KB

README.md

File metadata and controls

46 lines (39 loc) · 1.52 KB

🎮 Command-Line File Quiz Games

Maintainability

Quizzle is a basic study project, which consists of five mini-games that are called by short commands from the terminal.

🔧 Setting Up the Virtual Environment

$ python3 -m venv venv
$ source venv/bin/activate

📦 Installing the Game Package

$ git clone https://github.com/himetik/quizzle.git # clone repo.
$ cd quizzle # change the directory
$ pip install . # install game

🎮 Quizzle Even

$ quizzle-even # Answer "yes" if the number is even, otherwise answer "no".

🎮 Quizzle Calc

$ quizzle-calc # Enter the calculation result.

🎮 Quizzle GCD

$ quizzle-gcd # Enter the greatest common divisor of two numbers.

🎮 Quizzle Progression

$ quizzle-progression # Indicate the missing number in the given sequences.

🎮 Quizzle Prime

$ quizzle-prime # Write "yes" if the shown number is prime, otherwise enter "no".

asciicast