Road trip logistics gamified.
Each game players are challenged to drive to a list of destinations matching certain criteria. Players are only allowed a certain number of stops and drive-time hours to complete the trip. Stops can be 5 hours away from each other at the maximum. The number of stops and hours allowed, the checklist of destinations, and the starting location of the trip are all given at the beginning of the game.
Example Destination Checklist:
- A spot at over 1,000 ft. elevation
- A city over 1 million in population
- A state capital
- A spot on the Ohio River
- A spot on a Great Lake
- 2 spots in the same state
- A spot that gets less than 35 in. of precipitation per year
Warning: The code is a bit shambolic right now.
npm install
npm run serve
npm run build
npm run lint