This is a Python implementation of a game called Worldle, a popular online map guess game. In this game the player is presented with the border of a country atries to guess the country using distance and direction clues.
-
Pandas
-
Random
-
Math
-
IPython
- Clone or download the repository to your local machine.
https://github.com/omerahat/Worldle_Clone.git
- Open Worldle_Clone.ipynb in a program that can open .ipynb files.
(Here is some examples for that: Jupyter Notebook (cross-platform), Jupyter Notebook Viewer (Web), Cantor (Linux), or Google Colaboratory (Web))
-
Run all code blocks including game().
-
And that's it! You can start to guess what the country shown above is.
-
Only the English names or abbreviations of countries are considered correct guesses.For example: TR,India,MX (PS: Guesses are not case-sensitive)
-
You have a total of 5 guesses to guess the country correctly.
-
Orange : The shape of the country
-
Green : Last Guess
-
Red : In order, the country code you guessed, the distance in km between the target country and your guess, the proximity as a percentage, the position of your guess relative to the target country, and the remaining guesses left.