Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 893 Bytes

File metadata and controls

39 lines (30 loc) · 893 Bytes

Mad Libs Game 🎭

A simple Java mini-project for practicing user input, string manipulation, and terminal colors.

Features

  • Build a fun story by entering words
  • Colorful output with ANSI escape codes
  • Easy to customize story template
  • Runs in IntelliJ or terminal

How to Run

  1. Clone or download the repo
  2. Open in IntelliJ IDEA
  3. Run Main.java
  4. Enter words when prompted
  5. Enjoy your custom story with a yellow signature

✨ Sample Inputs:

  • mysterious
  • dragon
  • glowing
  • flying
  • terrified

🖨️ Output:

Last night, I wandered into a mysterious forest.
Suddenly, a dragon appeared out of nowhere!
It looked glowing and was flying through the trees.
I felt so terrified, I ran all the way home!

Made by CodingNORVIN

✅ "Made by CodingNORVIN" the credit line is shown in yellow.

📄 License

MIT © CodingNORVIN