Skip to content

T-vaccari/MissionEnvironment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mission Environment

GitHub repo size GitHub contributors GitHub license

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.

Prerequisites

Before running the game, make sure you have Python installed on your system. You can download it from python.org.

pip install pygame

Instructions

To play the mini-game, run the following command in the terminal:

python3 MissionEnvironment.py

Mini-Game Instructions

Phase 1: Collect Falling Objects

  • 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.

Phase 2: Answer Quiz Questions

  • 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!

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages