Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali-ahnaf/guessing-game
A simple console application where players need to guess the name of a movie generated randomly
https://github.com/ali-ahnaf/guessing-game
Last synced: 17 days ago
JSON representation
A simple console application where players need to guess the name of a movie generated randomly
- Host: GitHub
- URL: https://github.com/ali-ahnaf/guessing-game
- Owner: ali-ahnaf
- Created: 2019-01-19T06:20:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T05:44:42.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T03:26:53.584Z (26 days ago)
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini_Project_1 (JAVA)
Guessing Game
Objective: To get familiar with JavaGame Description
-------------------------------------------------------------------------------------------------
- a movie name will be displayed randomly on the console with dashes and a few hinted letters
- player will have to enter the letters
- with every wrong guess, the player loses one point
- the player gets a maximum of n guesses where n is the number of hidden letters + 3