Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 497 Bytes

File metadata and controls

16 lines (13 loc) · 497 Bytes

An example game for Espresso

image

An example game utilizing the Espresso library.

How do I run it?

Method A

  1. Go to the Releases tab and download the .jar
  2. Run it withjava -jar

Method B

  1. Clone this repository
  2. Run mvn exec:java

How do I compile it?

  1. Clone this repository
  2. Run mvn clean compile assembly:single