Skip to content

lzurch3r/Mad-Libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This program helped me to learn Java. Because of my familiarity with C++, I imagined that Java would prove to be a decent challenge to understand and pull through.

This is a Mad Libs program that prompts the user to enter a variety of different words that combine to tell a story based on a template(s). Due to the nature of Mad Libs, each story becomes unique and personalized to the user.

Learning to do Mad Libs this way taught me more about Java and text manipulation. It also proved a good exercise in learning to read and write to files.

Mad Libs Demo Video

Development Environment

  • Visual Studio Code
  • GitHub
  • Java
  • Java File, ArrayList, Iterator, and Scanner

Useful Websites

Future Work

  • Create a more robust user interface that implements a menu system. The system would use numbers to guide the user toward options.
  • Check for more possible bugs, but allow for more freedom of user input.
  • Implement a way to delete files from a filename typed by the user.
  • Figure out how to close the input stream without bugging the program. Resolve the resource leak issue.

About

A Mad Libs program written in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages