A Vue.js project
Scramble - A Vue.js Game is a Word Game. Built using Vue.js and Vuex (JavaScript framework). Find all possible words from the jumbled letters. Find all words to get bonus points.
http://iamkumaran.github.io/scramble-a-vue-js-game/
There are 5 jumbled letters. Arrange the letters to form possible WORDS.
Click on YELLOW balls to move letters up to form WORDS. <Submit> button will be enabled once there are 3 letters at top.
Use <keyboard> (A-Z) keys to move letter UP or DOWN and use <ENTER> key to submit the word.
At-least one 5 letter word is required to go next level.
Find all words to earn bonus points.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.