Added an `interactive' flag to new_game_desc(), which toggles Mines
[sgt/puzzles] / mines.c
2005-05-30 simonAdded an `interactive' flag to new_game_desc(), which...
2005-05-30 simon`Copy' operation for Mines.
2005-05-30 simonConstrain mine count to be at most the largest number...
2005-05-30 simonFirst cut at a game timer. Yet another backend function...
2005-05-30 simonD'oh, there's always one. Remove first-click stuff...
2005-05-30 simonMines now follows the conventional approach of offering...
2005-05-30 simonNeat idea from Gareth: if you put a % on the end of...
2005-05-30 jacobNit: "warning: extra tokens at end of #endif directive"
2005-05-30 simonInitial checkin of my Minesweeper clone, which uses...