Skip to content

adelnobel/MineSweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Minesweeper game written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages