Skip to content

brownben/rapid-route-game

Repository files navigation

Rapid Route Game

Draw the Shortest Route

license - MIT code style: prettier

rapidroute.now.sh

Two points are displayed on a map, and you have to draw the shortest route between the two points. The route is then automatically marked to see if you got the shortest route.

Originially Created by Ben Brown for the Lockdown Orienteering Sprint Weekend to test and practice routechoice.

Usage

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

# run eslint and prettier
npm run lint

# run tests
npm run test

# build for production with minification
npm run build

License

Released under the MIT Licence