Minesweeper
:game_die: The Game, as the name suggests
File Explorer
- Minesweeper.jar
- README.TXT
- org-netbeans-modules-java-j2seproject-copylibstask.jar
- nblibraries.properties
- config.properties
- private.properties
- private.xml
- build-impl.xml
- genfiles.properties
- project.properties
- project.xml
- dead.png
- flag.png
- mine.png
- Smiley.png
- game.java
- input.java
- Minesweeper.java
- .gitignore
- build.xml
- manifest.mf
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
java
View Details ▼
java
Java application launcher.
java {{classname}}
Execute a Java `.class` file that contains a main method by using just the class name:
java -classpath {{path/to/classes1}}:{{path/to/classes2}}:. {{classname}}
Execute a Java program and use additional third-party or user-defined classes:
java -jar {{filename.jar}}
Execute a `.jar` program:
// repository documentation
Was this content helpful?
(0 ratings)
