File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Espresso-Example
2
- ![ ] ( ./screenshot.png )
2
+ ![ image] ( https://user-images.githubusercontent.com/52388215/200090554-845dfe15-7212-437c-80e2-2d975e9d1e82.png )
3
+
3
4
An example game utilizing the [ Espresso] ( https://github.com/pastthepixels/Espresso ) library.
4
5
5
6
## How do I run it?
7
+ ## Method A
6
8
1 . Go to the Releases tab and download the .jar
7
- 2 . Run ` java -jar jygame_example-1.0-full.jar `
9
+ 2 . Run it with` java -jar `
10
+ ## Method B
11
+ 1 . Clone this repository
12
+ 2 . Run ` mvn exec:java `
8
13
9
14
## How do I compile it?
10
- 1 . Install Espresso to your computer either via something something GitHub Packages or following the instructions in its README
11
- 2 . Clone this repository
12
- 3 . Run ` mvn clean compile assembly:single `
15
+ 1 . Clone this repository
16
+ 2 . Run ` mvn clean compile assembly:single `
You can’t perform that action at this time.
0 commit comments