Skip to content

shahmeer-codes/storyforge-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎭 Java Mad Lib Game

A fun beginner-friendly Java console application where users fill in different words (adjective, noun, verb, color, place, etc.) to generate a funny and unique poem.

This project is perfect for Java beginners learning how to work with user input, variables, strings, and console output.


🚀 Features

  • 📝 Interactive user input
  • 🎨 Generates a unique poem every time
  • 📚 Beginner-friendly code
  • 💻 Runs in the terminal/console
  • 🎯 Great practice for Java fundamentals

🛠️ Technologies Used

  • Java
  • Scanner Class
  • String Variables
  • Console I/O

📂 Project Structure

java-mad-libs-game/
│
├── README.md
└── src/
    └── Main.java

▶️ How to Run

  1. Clone the repository
git clone https://github.com/your-username/java-mad-libs-game.git
  1. Open the project in VS Code or IntelliJ IDEA.

  2. Compile the program

javac Main.java
  1. Run the program
java Main

📖 Concepts Practiced

  • Variables
  • Data Types
  • Scanner Class
  • User Input
  • String Concatenation
  • Console Output
  • Java Program Structure

🎯 Learning Outcome

By building this project, you'll understand how Java programs accept user input, store information in variables, and use that data to create dynamic output.


🤝 Contributing

Contributions, suggestions, and improvements are welcome.

Feel free to fork this repository and submit a pull request.


⭐ Support

If you found this project helpful, consider giving it a ⭐ on GitHub.

About

A Java console application that creates funny poems using user-provided words. Built to practice Scanner, Strings, variables, and console output.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages