A very simple python Country guessing game
Unfortunately, you cant run/play the game without installing python on your machine. You could install python on Windows 10 and also 11 by following this video Python is default installed on most linux distros, if not open the Bash terminal in Linux and run:
sudo apt install python3
For installing python on mac, follow this video
After all of that, save the countries.txt and the main.py file in the same directory/folder
Then, click on the main.py file and watch it run!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is under the MIT license
I am working on a website to run the python code without installing anything!