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!
A simple command-line Magic 8 Ball game written in Python.
- This project uses uv to handle dependencies.
- Run it with Python 3.12 or later.
- Asks the user for a question and returns a random answer from a set of possibilities.
How to run:
cd pyapp
uv run main.pyA modern web version of the Magic 8 Ball built with Svelte, TypeScript, Vite, and Tailwind CSS.
- Responsive design for mobile and desktop.
- Features shake detection, speech-to-text input, and a fun UI.
How to run locally:
cd magic-8-ball
npm install
npm run devHow to build for production:
npm run build