Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper C++ (with graphics)

SDL code heavily pulled from Lazy Foo' Productions SDL Tutorial

Textures sourced from MS-Texture github repo linked here

Build from Source

Using meson as a build tool - https://mesonbuild.com/

mkdir subprojects
meson wrap sdl2
meson wrap install sdl2
meson wrap install sdl2_image
meson build
cd build
meson compile

Then to run:

cd build;
./minesweeper

About

Minesweeper CPP with a GUI using SDL

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages