Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/the-abe-train/globle
- Owner: the-abe-train
- License: other
- Created: 2022-01-18T02:49:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T16:39:53.000Z (over 1 year ago)
- Last Synced: 2024-08-03T15:15:58.794Z (4 months ago)
- Topics: create-react-app, game, geography, react, typescript, wordle
- Language: TypeScript
- Homepage: https://globle-game.com
- Size: 10.6 MB
- Stars: 178
- Watchers: 2
- Forks: 71
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - the-abe-train/globle - Use your geography knowledge to figure out the mystery country in as few guesses as possbile! (typescript)
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