ALU-PyQuest

Python Programming quiz


Keywords
game, programming, python
License
MIT
Install
pip install ALU-PyQuest==0.1.9

Documentation

ALU-PYQUEST๐Ÿ๐Ÿ’ป

๐Ÿ ALU PYQUEST ๐ŸŽฎ is a game designed to ๐Ÿง test your knowledge of Python programming language. It consists of a series of ๐Ÿค” questions related to the Python curriculum, presented one at a time โฐ, starting from beginner's level to advanced level. You will have a limited time โณ to answer each question, and for each โœ… correct answer, you will earn ๐Ÿ”Ÿ points, while for each โŒ incorrect answer or if you run out of time โŒ›, 5 points will be deducted from your score.

Table of Contents ๐Ÿ“‘

Project Overview ๐Ÿ“‹

๐ŸŽฎ "ALU PyQuest" ๐Ÿ is a Python-based scavenger hunt-style game designed for Software Engineering students to reinforce their understanding of the Python curriculum. ๐Ÿ•ต๏ธโ€โ™€๏ธ The game presents a series of questions from beginner's to advanced level, with a limited time โฐ to answer each question. The program utilizes Python functions such as Input/Output, loops, conditional statements, data structures, exception handling, scoring system ๐Ÿ“ˆ, and a high score feature ๐Ÿ† to check your scores and provide an interactive and fun learning experience for students ๐ŸŽ“.

Prerequisites ๐Ÿ“š

Before installing ALU-PYQUEST, you will need to have pip installed. To check if you have pip installed, open your terminal window and run the following command:

pip --version

If you see a version number in the output, it means that pip is installed. If not, you can install pip by running the following commands in your terminal:

sudo apt-get update
sudo apt-get install python3-pip

Verify that pip has been installed correctly by running:

pip --version

You should see something like:

user@User:~$ pip --version
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)
user@User:~$

Installation ๐Ÿ’ป

To install ALU-PYQUEST, please follow the steps below:

  1. Make sure you have Python installed on your computer. If you do not have Python installed, download and install the latest version of Python from the official website: https://www.python.org/downloads/
  2. Open the command prompt or terminal on your computer ๐Ÿ’ป.
  3. Install ALU-PyQuest using the following command:
pip install ALU-PyQuest
  1. Once the installation is complete, you can launch the game by using the following command:
PyQuest
  1. The game ๐ŸŽฎ will start, and you will be presented with a series of questions related to the Python programming language ๐Ÿ from beginner to advanced level ๐Ÿ“ˆ.

That's it! You're all set to play ALU-PyQuest ๐ŸŽ‰.

How To Play ๐ŸŽฎ

  1. Open the command prompt or terminal on your computer.
  2. Run the following command to start the game:
user@User:~/$ PyQuest
  1. Read the question and choose the correct answer from the given options.
  2. You have 25 seconds to answer each question.
  3. For each correct answer, you will earn 10 points.
  4. For each incorrect answer or if you run out of time, 5 points will be deducted from your score.
  5. At the end of the game, you will see your total score.
  6. You will also be provided with the option to view your high scores.

Updating ALU-PyQuest ๐Ÿ”„

To update ALU-PYQUEST to the latest version, you can run the following command in your terminal or command prompt:

pip install --upgrade ALU-PyQuest

This will update your installation of ALU-PYQUEST to the latest version available on PyPI.

Screenshots ๐Ÿ“ท

Demo Video ๐ŸŽฅ

You can find a demo of the game at the following link: https://youtu.be/ym5cIpgxvMQ

License ๐Ÿ“„

ALU-PYQUEST is licensed under the MIT License. See the LICENSE file for more information.

Contributors ๐Ÿ‘ฅ

Acknowledgement ๐Ÿ™

  • ๐Ÿ‘๐Ÿผ Special thanks to our instructor, Mr. Hervรฉ Musangwa for reviewing our project and providing feedback that helped improve its quality.
  • ๐Ÿ‘จโ€๐Ÿซ We also want to acknowledge the BSE Faculty for challenging us to apply the technologies we learned during the term to develop a project that showcases our skills and knowledge in the field.

  • If you found ALU-PYQUEST useful, please consider giving this repo a star โญ๏ธ!