Magic 8 Ball

8

{{ this.answer }}

About the Game

A classic Magic 8 Ball game. Ask any question and watch the ball shake and reveal an answer. Just like the real thing!

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

How it's Made

The graphic is built using pure CSS art and some Bootstrap UI. The form utilizes the Vue.js v-model functionality. Answers are returned by leveraging a JavaScript shuffle function based on Steve Griffith's array shuffle prototype.

View the source code on GitHub.