Minesweeper game/D: Difference between revisions

minesweeper1 module updated
m (Updated minesweeper_main1 module Phobos)
(minesweeper1 module updated)
Line 253:
}
 
override string toString() const pure nothrow {
if (isUncovered) {
if (isMined)
Line 271:
uint numAdjacentMines;
}
}
}</lang>
 
void main(){}</lang>
 
=== Example plays ===