The Magic 8 Ball is a classic fortune-telling toy that provides answers to yes-or-no questions. Ask your question, shake (or tap) the ball, and receive a mysterious, sometimes humorous, answer!
pyapp
)A simple command-line Magic 8 Ball game written in Python.
How to run:
cd pyapp
uv run main.py
magic-8-ball
)A modern web version of the Magic 8 Ball built with Svelte, TypeScript, Vite, and Tailwind CSS.
How to run locally:
cd magic-8-ball
npm install
npm run dev
How to build for production:
npm run build