Scramble Game

Score:

{{ score }}

Strikes Left:

{{ strikes }}

Passes Left:

{{ pass }}

{{ this.shuffledWord }}

Unscramble the word above and place a guess, or pass!
Pass

About the Game

A word scramble game. Track your score, strikes, and passes using the top bar. Unscramble the words to win!

This proof-of-concept game showcases my Vue.js skills and UX/UI creativity.

How it's Made

The game interface is built using Bootstrap UI. The form utilizes the Vue.js v-model functionality. Words are returned by leveraging a JavaScript shuffle function based on Steve Griffith's array shuffle prototype. All game features are tracked using local storage.

View the source code on GitHub.