This is my very first programming project, written when I was a small child.
It’s a magical little fortune teller written in QBASIC.
I’ve kept it here as a piece of personal history 💙 — simple, colorful, and full of childhood wonder.
- Clears the screen
- Prompts you to think of a question
- Picks a random answer from a small set of fortunes
- Displays it in vibrant colors
Every run gives you a new "mystical" response.
You can run it today using QB64, a modern compiler for QBasic:
qb64 FORTUNE_TELLER.BASThen launch the generated executable to see the magic ✨
Or you can learn it on online emulators like QBjs
Released under the MIT License.
Free to use, share, and tinker with — just remember it started as a child’s first spark of code ❤️
