Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ MinesweeperGame
Method
MinesweeperGame
Applications/Minesweeper/main.cpp:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
public:
77
MinesweeperGame(int diff) : Widget({0,0,0,0}){
78
Generate(diff);
79
}
80
81
void Generate(int diff){
82
if(tiles){
Callers
nothing calls this directly
Calls
1
Generate
Function · 0.85
Tested by
no test coverage detected