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
- Host: GitHub
- URL: https://github.com/whoabhisheksah/guess_the_movie_game
- Owner: whoAbhishekSah
- Created: 2019-02-26T07:14:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T15:39:48.000Z (about 6 years ago)
- Last Synced: 2025-01-21T15:28:40.765Z (5 months ago)
- Topics: java
- Language: Java
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)