An open API service indexing awesome lists of open source software.

https://github.com/a01sa01to/opengl-minesweeper

Minesweeper Game with OpenGL and C++
https://github.com/a01sa01to/opengl-minesweeper

cpp minesweeper opengl

Last synced: 2 months ago
JSON representation

Minesweeper Game with OpenGL and C++

Awesome Lists containing this project

README

          

# opengl-minesweeper

Minesweeper Game with OpenGL and C++

## Using

- C++
- OpenGL
- GLUT (./glut-3.7.6-bin)
- Downloaded from
- Place `glut32.dll` in `C:\Windows\System32`

## How to play

- Arrow keys: Move cursor
- Space: Magnify
- Enter: Open cell
- F: Flag cell
- Q: Question Mark
- R: Restart
- F1: Normal Easy
- F2: Normal Medium
- F3: Normal Hard
- F4: Assisted Easy
- F5: Assisted Medium
- F6: Assisted Hard