Skip to content

justpresident/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minesweeper

Telnet server with Minesweeper game

Build

To build game server you need to install maven to your machine.

git clone https://github.com/justpresident/minesweeper.git
cd minesweeper
mvn clean package

Launching game server

To start game server on port 9989:

java -jar telnet-server/target/telnet-server-1.0-SNAPSHOT.jar 9989

To start it on default 23 port you need superuser permissions:

sudo java -jar telnet-server/target/telnet-server-1.0-SNAPSHOT.jar 23

Playing

On Mac and Unix you can use telnet command

telnet localhost 9989

Of course you can launch it on a remote server and connect to it instead of running it locally

About

Telnet server with Minesweeper game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages