This project is a Python mini-game developed using the pygame library. It includes two different games: a mini-game where you need to collect falling objects and a multiple-choice quiz. The project was developed as part of an academic contest.
Before running the game, make sure you have Python installed on your system. You can download it from python.org.
pip install pygame
To play the mini-game, run the following command in the terminal:
python3 MissionEnvironment.py
- Use the space bar to start the game.
- Move the panel horizontally with the left and right arrow keys.
- Collect falling lightning and accumulate points.
- The game ends after 60 seconds.
- Answer quiz questions by choosing between True and False options.
- Accumulate points by answering correctly.
- The game ends after responding to all questions.
Enjoy the adventure!