A game of minesweeper, written in one day.
0.png | ||
1.png | ||
2.png | ||
3.png | ||
4.png | ||
5.png | ||
6.png | ||
7.png | ||
8.png | ||
bar.png | ||
bomb.png | ||
flag.png | ||
game.cpp | ||
game.h | ||
general.h | ||
GFXframework.cpp | ||
GFXframework.h | ||
ground.png | ||
happy.png | ||
main.cpp | ||
Makefile | ||
map.cpp | ||
map.h | ||
minesweeper.cpp | ||
README.txt | ||
tile.cpp | ||
tile.h |
// A game of minesweeper, written in one day. // // CONTROLS: // Left mouse click - test tile for mine // Right mouse click - mark tile with a flag or remove a flag // 'R' key - reset the game // Esc - exit game // Depends on SFML (and VLC in debug)