Somewhat functional, still has issues

This commit is contained in:
LunarAkai 2024-03-22 15:09:52 +01:00
commit 14629a3571
8 changed files with 109 additions and 116 deletions

View file

@ -45,7 +45,7 @@ public class Cell {
this.exploded = true;
}
public boolean isExploded() {
return revealed;
return exploded;
}