A little game to learn the London boroughs.
This could easily be adapted to use other maps, but I decided to focus on London.
/
the "game"/render
helper route to transform the geojson to a svg. I could also have rendered the geojson directly, but using a simple svg was nicer.
npm install
npm start
london-map.svg
the London boroughs svg mapboroughs.json
contains the questions datalondon-boroughs-geojson.json
the complete London boroughs geo-json
- Fix zone hint labels centering
- Code cleanup
- Tests (if I go any further with the project)
- Responsivity?
- Favicon
- When click correct on last life, should be yellow
- End state
- Timer
- Tries counter display
- Change dataset
- Don't redraw everything at every render