Skip to content

simple Minesweeper clone made in C++ and OpenGL ES 2.0

License

Notifications You must be signed in to change notification settings

Volian0/gles2_minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLES2 Minesweeper

simple Minesweeper clone made in C++ and OpenGL ES 2.0

alt text

Features

  • 11 levels with various difficulty
  • highscore save system
  • chording (uncovering nearby cells)

How to build

Before you start you'll need:

  • SDL2
  • SDL2_mixer
  • glm
  • stb

Then build the code:

git clone https://github.com/Volian0/gles2_minesweeper.git
cd gles2_minesweeper
mkdir build
cd build
cmake ..
cmake --build .

Credits

Sound effects from ZapSplat.com

Background music from PlayOnLoop.com Licensed under Creative Commons by Attribution 4.0

Color palette: https://lospec.com/palette-list/gothic-bit

About

simple Minesweeper clone made in C++ and OpenGL ES 2.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages