/europe-game

A European Countries guessing game written in Python with using Turtle and Pandas modules.

Primary LanguagePython

Europe Countries Guessing Game

A European Countries guessing game written in Python with using Turtle and Pandas modules.

crossroad

Installing

Download the Python 3 installer package from the official website and install it, if not installed previously.

Run the following in the terminal to install the Turtle module.

pip install turtle
pip install pandas

How to Play?

Download the source code from the repository and run the file just as any other Python script (.py) file.

python3 main.py

After you run the main.py you can start over the game.

Enter your guess on the screen and program will prompt name of country on the right location if your guess is true.

Some countries not included to this game because of their land areas.

These countries: Monaco, Andorra, Vatican City, San Marino, Luxembourg, Liechtenstein, Kosovo, Malta

Documentations