Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/the-abe-train/globle

Use your geography knowledge to figure out the mystery country in as few guesses as possbile!
https://github.com/the-abe-train/globle

create-react-app game geography react typescript wordle

Last synced: about 1 month ago
JSON representation

Use your geography knowledge to figure out the mystery country in as few guesses as possbile!

Awesome Lists containing this project

README

        

# Notes about Globle

**Version 1.6.0** - [Change log](CHANGELOG.md)

## Listed countries
- The list of countries for this game is the same as that used by [Sporcle](https://www.sporcle.com/blog/2013/01/what-is-a-country/)
- Some alternate spellings and previous names are accepted, e.g. Burma for Myanmar.
- France and UK have many territories scattered throughout the globe, and they confuse the proximity algorithm, so they are not highlighted when those countries are guessed.
- Geography can be a sensitive topic, and some countries' borders are disputed. If you believe a correction should be made, please politely raise an issue or DM me on [Twitter](https://twitter.com/theAbeTrain).

## Tip
If you are really struggling to find the answer, I recommend going to Google Maps or Earth. Better to learn about a new country than never get the answer!

## Attributions
- This game was inspired by Wordle and the "Secret Country" geography games from [Sporcle](https://sporcle.com)
- Country outlines in the Help screen provided by Vemaps.com
- Favicons are from favicon.io

# Running the project on your local machine
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). If you want to run the project on your local machine,
1. Clone this repo
2. `npm install`
3. `npm start`

# License
Shield: [![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]

This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].

[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]

[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg