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

stephanebruckert/JMines

Repository files navigation

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