Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 649 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 649 Bytes

MineSweeper

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.

Game Client

The NetBeans project can be found in the directory /MineSweeper. It contains all the source code files.

Game Server

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.

LICENSE

GNU GPL v2.0