A game where users guess the title of a game one letter at a time.
This project requires a movies.txt file to work. The file needs to put in the project folder, not in 'src'. The project comes with the file pre-loaded, so if you want to add or remove files, do so in 'movies.txt'.
In order to run the project, pull the files into and IDE and run them or run 'main.java' in the command line.
This entire project is built in Java. You will need to ensure that your runtime environment is set up to run Java programs.