This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added button to toggle left click functionality - reveal vs. flag
- Loading branch information
SebastianThomas
committed
Oct 24, 2021
1 parent
3d8e418
commit c4ab64a
Showing
5 changed files
with
64 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
package de.sth.minesweeper; | ||
|
||
import de.sth.minesweeper.difficulties.Difficulties; | ||
|
||
public class Start { | ||
public static void main(String... args) { | ||
new MainMenu(); | ||
} | ||
|
||
public static void mainGame() { | ||
MineSweeper.start(true, Difficulties.getDifficulty(Difficulties.ADVANCED)); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.