Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.
/ Demining Public archive

Terminal version of the classic microsoft minesweeper in multiplayer and pure c!

Notifications You must be signed in to change notification settings

inSam/Demining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demining

Require: sudo apt-get install libncurses5-dev

Compiling Guide:

Server/Client folder:
	make - compile all the files

      	make clean - remove all the compiled files

Running the game:

Server: ./demining [port]

	Default: ./demining 1216
	
Client: ./demining [ANYNAME] [IP] [Port]

	Default: ./demining sam 127.0.0.1 1216

How to play:

When the game starts, one of the two players will randomly start.

When a player goes, he has to keep selecting a tile until he finds one without a mine

The game will continue until all the mines are found, whoever landed on the least mines wins the game

To chat in the game, just press return/enter to submit your message.

About

Terminal version of the classic microsoft minesweeper in multiplayer and pure c!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published