Skip to content

Preliminary group project. Python flight simulator prototype. Metropolia UAS (February - March, 2024)

Notifications You must be signed in to change notification settings

oiivantsov/metropolia-suitcase-adventure-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎒 Welcome to Suitcase Adventure! 🌍

Embark on a journey like no other as you explore the world while learning about the impact of your travels on the environment! 🌱✈️

📅 February - March, 2024

🎮 About the game

Suitcase Adventure is a game that combines entertainment with environmental education. Players travel the world, learning about carbon footprints of air travel and aiming to minimize their impact. The game features diverse airports and provides feedback on players' travel emissions.

image

💾 Technical stack overview

  • Programming language: Python
  • Database: SQL

🔧 Installation

  1. Clone the Suitcase Adventure repository from GitHub:
git clone https://github.com/Viktoriia-code/suitcase-adventure-game.git
  1. Navigate to the project directory:
cd suitcase-adventure-game
  1. Install the required Python packages using pip:
pip install -r requirements.txt
  1. Replace the password at the connection with your own database password
connection = mysql.connector.connect(
        host='127.0.0.1',
        port=3306,
        database='suitcase_game',
        user='root',
        password='YOUR_DATABASE_PASSWORD_HERE',  # replace it with your database password
        autocommit=True
    )

🔌 Modules

  • geopy
  • mysql-connector-python
  • wikipedia
  • colorama
  • pygame
  • playsound

💡 Airports Map

If you need assistance navigating through airports or want to explore the locations featured in Suitcase Adventure, you can use our interactive map of airports. This map provides visual information about large airports around the world.

https://viktoriia-code.github.io/map-airport/

About

Preliminary group project. Python flight simulator prototype. Metropolia UAS (February - March, 2024)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages