Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (15 loc) · 541 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 541 Bytes

JMines

Remake of 1on1 Minesweeper Flags by MSN games

menubar-preview

Build

mvn package

Run

After building (or downloading from the releases section) the .jar:

Server

Run this once.

java -cp targets/JMines-1.0.0.jar server.RunServer

Client

You can start multiple clients.

java -cp targets/JMines-1.0.0.jar client.RunClient

Authors

By Stéphane Bruckert & Donovan Charpin for ENSICAEN