Skip to content

vilvl/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Minesweeper clone in C++ with SFML

This is my Minesweeper game made to learn basics of C++. Also I'm studying Hebrew right now, that is why numbers are replaced with Hebrew letters. The game can be run in 2 modes: standalone and client-server.

sample-gif

Building

The only dependency is SFML. On Ubuntu it can be installed with:

sudo apt install libsfml-dev

To build and run the game use:

make

# to run single player
# preset can be {1, 2, 3} - it is game difficult
./build/standalone preset

# to run server (ip is hardcoded to 0.0.0.0)
./build/server port
# to run client
./build/client host_ip port client_name

License

MIT License

About

Minesweeper-clone written in C++ using SFML

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published