Skip to content

himetik/quizzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published