Try to draw the outline of a country, and then check to see how accurate you were.
Possibly less of a game, and more of a studying tool.
Have fun: https://bshackett.github.io/map-boundary-game/
Since the project uses javascript modules, a web server must be used locally that can serve the javascript files. (You can't just spin up file:///path/to/index.html in a browser).
- common option 1:
python3 -m http.server 8686 - common option 2:
static-server --port 8686(docs)
- speed up grading algorithm
- possibly improve accuracy of grading algorithm