Skip to content

Commit 427ab81

Browse files
author
pastthepixels
authored
Update README.md
1 parent cdf96b0 commit 427ab81

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Espresso-Example
2-
![](./screenshot.png)
2+
![image](https://user-images.githubusercontent.com/52388215/200090554-845dfe15-7212-437c-80e2-2d975e9d1e82.png)
3+
34
An example game utilizing the [Espresso](https://github.com/pastthepixels/Espresso) library.
45

56
## How do I run it?
7+
## Method A
68
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`
813

914
## 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`

0 commit comments

Comments
 (0)