← Return to game
Log in with itch.io to leave a comment.
i noticed whenever i lose the game freezes for a few seconds, but overall a really polished minesweeper clone!
Interesting I'll see what I can do about that
are you using a while loop when you click things for area filling? i know when i was doing something like that (in love2d too) my while loops would freeze up especially when i filled edges of the fill area.
I'm using a recursive method which is actually really inefficient, I'm saving the refactor for my stellar ship
yeah that would be a good idea
minesweeper sweep
← Return to game
Comments
Log in with itch.io to leave a comment.
i noticed whenever i lose the game freezes for a few seconds, but overall a really polished minesweeper clone!
Interesting I'll see what I can do about that
are you using a while loop when you click things for area filling? i know when i was doing something like that (in love2d too) my while loops would freeze up especially when i filled edges of the fill area.
I'm using a recursive method which is actually really inefficient, I'm saving the refactor for my stellar ship
yeah that would be a good idea
minesweeper sweep