Description Usage Arguments See Also Examples
View source: R/gameFunctions.R
This method will print basic info about the game session, then it will draw the msweepeR game board into the output console. When drawing the board game into the console, all tiles will have a white background. Unopened tiles will have a black dot, while empty ones will be represented by one blank space or will contain a number indicating the total number of mines in the 8 neighbouring tiles.
1 |
x |
a msweepeR session. |
1 2 | x <- msweepeR()
draw.msweepeR(x);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.