Skip to content

Spring Boot Rest API with JDBC Template project. Users guess number to auto generated number. Result shows as partial or exact match.

Notifications You must be signed in to change notification settings

zawlurnthan/Guessing_Numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guessing Number Game

  • Application is an API built by Java, Spring Boot JDBC template, and MySQL database.

  • It's a guessing number game. The application generates a number and keeps it in the database as a Game property. Players have to guess a number. The application checks how many digits match partially or exactly and keep the result in the database as Round property. After each round, the application shows the result. Players can play as much as they want. The generated number won't reveal unless it matches exactly.

About

Spring Boot Rest API with JDBC Template project. Users guess number to auto generated number. Result shows as partial or exact match.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages