brownben / rapid-route-game

Orienteering Game - Draw the Fastest Route

Home Page:https://rapidroute.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Orienteering Game - Draw the Fastest Route

https://rapidroute.now.sh/

License:MIT License


Languages

Language:JavaScript 70.9%Language:Vue 26.7%Language:CSS 1.3%Language:HTML 1.2%