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
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.
- Programming language: Python
- Database: SQL
- Clone the Suitcase Adventure repository from GitHub:
git clone https://github.com/Viktoriia-code/suitcase-adventure-game.git
- Navigate to the project directory:
cd suitcase-adventure-game
- Install the required Python packages using pip:
pip install -r requirements.txt
- 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
)
- geopy
- mysql-connector-python
- wikipedia
- colorama
- pygame
- playsound
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.