Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 692 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 692 Bytes

Map Boundary Game

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://benh4ckett.github.io/map-boundary-game/

Local Development

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)

TODO / Roadmap

  • speed up grading algorithm
  • possibly improve accuracy of grading algorithm