An example game for Espresso An example game utilizing the Espresso library. How do I run it? Method A Go to the Releases tab and download the .jar Run it withjava -jar Method B Clone this repository Run mvn exec:java How do I compile it? Clone this repository Run mvn clean compile assembly:single