Skip to content

Commit

Permalink
Create .jar file and MANIFEST.MF
Browse files Browse the repository at this point in the history
  • Loading branch information
matmirowski committed Jul 26, 2022
1 parent 2a244d2 commit fe05e73
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .idea/artifacts/minesweeper_swing_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/main/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: pl.mateusz.Main

1 change: 1 addition & 0 deletions src/main/java/pl/mateusz/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ public static void main(String[] args){
//TODO best results (serialization or json?, maybe database)
//TODO menu bar
//TODO custom sizes of a map (and bombs)
//TODO sounds?
}
}

0 comments on commit fe05e73

Please sign in to comment.