Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Mini_Project_1 (JAVA)

Guessing Game
Objective: To get familiar with Java

Game 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