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.
- 📝 Interactive user input
- 🎨 Generates a unique poem every time
- 📚 Beginner-friendly code
- 💻 Runs in the terminal/console
- 🎯 Great practice for Java fundamentals
- Java
- Scanner Class
- String Variables
- Console I/O
java-mad-libs-game/
│
├── README.md
└── src/
└── Main.java
- Clone the repository
git clone https://github.com/your-username/java-mad-libs-game.git-
Open the project in VS Code or IntelliJ IDEA.
-
Compile the program
javac Main.java- Run the program
java Main- Variables
- Data Types
- Scanner Class
- User Input
- String Concatenation
- Console Output
- Java Program Structure
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.
Contributions, suggestions, and improvements are welcome.
Feel free to fork this repository and submit a pull request.
If you found this project helpful, consider giving it a ⭐ on GitHub.