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++
- Host: GitHub
- URL: https://github.com/a01sa01to/opengl-minesweeper
- Owner: a01sa01to
- License: gpl-3.0
- Created: 2023-06-16T04:06:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T04:54:43.000Z (almost 3 years ago)
- Last Synced: 2025-06-08T21:37:54.592Z (about 1 year ago)
- Topics: cpp, minesweeper, opengl
- Language: C
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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