A Project for playing minesweeper online.
It is a project of IET DAVV students in 7th sem for creating minesweeper game for different players to play. It has
sign-in, sign-up, leaderboard baked in for displaying results of top 10 players. Currently, user has to register
manually afterwards he can enroll directly through Google account or facebook account.
The project mainly has 3 packages
- entity - For dealing with database using Hibernate.
- DAO - For providing abstraction such that controller doesn't directly deal with the entity package.
- controller - For dealing with web services.
This project mainly follows MVC pattern. Kindly contribute in the progress of the project by submitting issue/pull request