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/pull-requests.
 
 
 
Go to file
q3k 69fe3a4307 First commit! 2012-10-08 16:00:59 +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
GFXframework.cpp First commit! 2012-10-08 16:00:59 +02:00
GFXframework.h First commit! 2012-10-08 16:00:59 +02:00
README.txt 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 First commit! 2012-10-08 16:00:59 +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
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
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
tile.cpp First commit! 2012-10-08 16:00:59 +02:00
tile.h First commit! 2012-10-08 16:00:59 +02:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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