An adaptation of a board game originally developed for the kindergarten classroom with an aim of educating about US geography
uses Vue, VueX for state management, Vue templates
Use npm or yarn to install Vue's dependencies, e.g. npm install
using GitHub Pages during development.
build to docs/
and select Github project option to use that for content of Pages
npm run build
compiles and minifies
set up with Vue cli:
- CSS preprocessing
- tests with mocha + chai
- error linting
npm serve
npm run test:unit
npm run test:e2e
npm run lint
Deck. One card for each state? Two cards for each state? Wildcards? Gameboard. A map of the United States. How to deal with Alaska and Hawaii? Pawns for each player
Each player is dealt 5 cards, given a starting point, and given a state that will be their objective.
During their turn a player may:
- drag cards to the discard area to swap for new ones from the deck
- play a card to move to that state if adjacent moving and drawing cards
- take a card from the discard area?
Victory conditions: First Player whose Location matches their Objective
unique key for cards