Skip to content

EspressoEngine/Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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