A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
- Render game board and tool bar
- Add event handling for sections
- Add styling for selections
- Return random object element to apply highlighting
- Introduce concept of a level/round
- Work with the click events captured in step 2
- Make game loop based on the level/round we are on
- Start game / lose game
Credit for steps go to michaelginalick
For detailed explanation on how things work, consult the docs for vue-loader.