This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues/pull-requests.
Explode/README.txt

9 lines
258 B
Plaintext
Raw Permalink Normal View History

2012-10-08 14:00:59 +00: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)