A game of minesweeper, written in one day.
This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2012-10-08 16:11:50 +02:00
0.png First commit! 2012-10-08 16:00:59 +02:00
1.png First commit! 2012-10-08 16:00:59 +02:00
2.png First commit! 2012-10-08 16:00:59 +02:00
3.png First commit! 2012-10-08 16:00:59 +02:00
4.png First commit! 2012-10-08 16:00:59 +02:00
5.png First commit! 2012-10-08 16:00:59 +02:00
6.png First commit! 2012-10-08 16:00:59 +02:00
7.png First commit! 2012-10-08 16:00:59 +02:00
8.png First commit! 2012-10-08 16:00:59 +02:00
bar.png First commit! 2012-10-08 16:00:59 +02:00
bomb.png First commit! 2012-10-08 16:00:59 +02:00
flag.png First commit! 2012-10-08 16:00:59 +02:00
game.cpp Make GCC shut up. 2012-10-08 16:11:50 +02:00
game.h First commit! 2012-10-08 16:00:59 +02:00
general.h First commit! 2012-10-08 16:00:59 +02:00
GFXframework.cpp First commit! 2012-10-08 16:00:59 +02:00
GFXframework.h First commit! 2012-10-08 16:00:59 +02:00
ground.png First commit! 2012-10-08 16:00:59 +02:00
happy.png First commit! 2012-10-08 16:00:59 +02:00
main.cpp First commit! 2012-10-08 16:00:59 +02:00
Makefile Simple Makefile. 2012-10-08 16:10:57 +02:00
map.cpp First commit! 2012-10-08 16:00:59 +02:00
map.h First commit! 2012-10-08 16:00:59 +02:00
minesweeper.cpp First commit! 2012-10-08 16:00:59 +02:00
README.txt First commit! 2012-10-08 16:00:59 +02:00
tile.cpp First commit! 2012-10-08 16:00:59 +02:00
tile.h First commit! 2012-10-08 16:00:59 +02:00

// 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)