This website requires JavaScript.
Explore
Help
Sign In
nolan
/
Minesweeper
Watch
1
Star
0
Fork
0
You've already forked Minesweeper
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Minesweeper
/
minesweeper
/
scripts
History
nc5432
b33ff60e64
Started writing custom UI element. Basically a line edit that validates input against some regex
2025-05-15 14:58:18 -04:00
..
MainMenu.gd
Got more menu design done
2025-05-15 13:19:35 -04:00
MainMenu.gd.uid
Started on designing the main menu
2025-05-14 21:18:16 -04:00
Minefield.gd
Added win/lose conditions, lose animation. Clicking on revealed tile with correct number of flags reveals the surrounding unflagged tiles. Added completion timer. Probably other things I'm forgetting
2025-05-14 11:32:36 -04:00
Minefield.gd.uid
Got started on the basics with sprites and grid generation
2025-05-13 11:16:02 -04:00
NumberEdit.gd
Started writing custom UI element. Basically a line edit that validates input against some regex
2025-05-15 14:58:18 -04:00
NumberEdit.gd.uid
Started writing custom UI element. Basically a line edit that validates input against some regex
2025-05-15 14:58:18 -04:00
Tile.gd
Added win/lose conditions, lose animation. Clicking on revealed tile with correct number of flags reveals the surrounding unflagged tiles. Added completion timer. Probably other things I'm forgetting
2025-05-14 11:32:36 -04:00
Tile.gd.uid
Renamed mine to tile, since mine did not make sense as the name. Also rewrote the field initialization function to not theoretically go on forever
2025-05-13 14:49:17 -04:00