This is a simple minesweeper game using java's swing GUI library.
The game consists of two applications, the game client and the game server.
The NetBeans project can be found in the directory /MineSweeper
. It contains all the source code files.
The NetBeans project can be found in the directory /MineSweeperServer
. It contains all the source code files in addition to the external required libraries like SQLite for java, the server's task is to record scores of the players and maintain a hall of fame list of the top scores.
GNU GPL v2.0