Skip to content

GuessMaster is a game programmed in Java where the player attempts to guess a celebrity's birthday. The player tries to guess by typing his/her answer in the following format: ”DD/MM/YYYY”. Where DD is for day, MM is month (a preceding 0 will be used for days and months less than 10, ex. Jan 1 is 01/01), and YYY is the year.

Notifications You must be signed in to change notification settings

aolwyn/GuessMaster

Repository files navigation

GuessMaster

GuessMaster is a game programmed in Java where the player attempts to guess a celebrity's birthday. The player tries to guess by typing his/her answer in the following format: ”DD/MM/YYYY”. Where DD is for day, MM is month (a preceding 0 will be used for days and months less than 10, ex. Jan 1 is 01/01), and YYY is the year.

About

GuessMaster is a game programmed in Java where the player attempts to guess a celebrity's birthday. The player tries to guess by typing his/her answer in the following format: ”DD/MM/YYYY”. Where DD is for day, MM is month (a preceding 0 will be used for days and months less than 10, ex. Jan 1 is 01/01), and YYY is the year.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages