Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 419 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 419 Bytes

magic-8-ball

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 was Made

The graphic is built using pure CSS art and some Bootstrap UI. The form utilizes the Vue.js v-model functionality and a JavaScript shuffle function. Animations are powered by Vue.js transitions.