Skip to content

Fully operational Java Spring Boot web application with console support, as well as i18n support.

Notifications You must be signed in to change notification settings

ChristinaEd/GuessTheNumberGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess the Number Game

Fully operational Java Spring Boot web application with console support, as well as i18n support.

The Guess the Number Game is a simple Java Spring Boot application to demonstrate utilization of technologies such as Java Spring, Java Spring Boot, SLF4J, Lombok, Thymeleaf and Tomcat in an MVC web application.

Image

Image

The user starts at a Welcome Page, then continues to the main game, where they are given the instructions of the game (i.e. to guess a number within a range of numbers, default to 0-100 with the option to change in the properties file) and prompted to input a number.

Image

With each guess, the range narrows and the user is told to guess higher or lower until they either guess the correct number or run out of guesses (default 10, configurable), at which point they are directed to a Game Over screen.

Image

The Game Over screen declares victory or loss and reveals the number, then has an option to either restart the game or return to the home (welcome) page.

About

Fully operational Java Spring Boot web application with console support, as well as i18n support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published