Skip to content

evasseure/london-guessr

Repository files navigation

a screenshot of the app

LondonGuessr

A little game to learn the London boroughs.

More maps

This could easily be adapted to use other maps, but I decided to focus on London.

Routes

  • / 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.

Running the project

  • npm install
  • npm start

Data files

  • london-map.svg the London boroughs svg map
  • boroughs.json contains the questions data
  • london-boroughs-geojson.json the complete London boroughs geo-json

Todo

  • 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

About

A little game to learn the London boroughs.

Topics

Resources

License

Stars

Watchers

Forks

Languages