/geodle

Geography Wordle

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Geodle

A Wordle-like game for testing knowledge about the world's countries

image

Repo Content

Try the game out here! The codebase is bootstrapped with create-react-app.

Attributions

Country demographic data used is from samayo under MIT license.

How to host it yourself

If you want to host this on your own domain, fork/clone the repo and run npm install at the root. In package.json change the homepage attribute to whatever domain you are hosting on. Run npm run start to make sure it compiles correctly, and then after committing to your repo run npm run deploy to deploy it to Github Pages.