An open API service indexing awesome lists of open source software.

https://github.com/whoabhisheksah/guess_the_movie_game

Teaching myself java
https://github.com/whoabhisheksah/guess_the_movie_game

java

Last synced: 3 months ago
JSON representation

Teaching myself java

Awesome Lists containing this project

README

        

# Guess_The_Movie_Name

### About_The_Game

A game where the player gets to guess the movie name given the number of letters in it (pretty much like hangman but with movies)!

The rules are simple, the computer randomly picks a movie title, and shows you how many letters it's made up of.

Your goal is to try to figure out the movie by guessing one letter at a time.

If a letter is indeed in the title the computer will reveal its correct position in the word, if not, you lose a point.

If you lose 10 points, game over!

[Demo Video](https://www.youtube.com/watch?v=56OT8T0PG_E)