This is "Goldwingu 2: Episode 1; Means to End" release version 0.17, (Goldwingu Actual v.2.1.0.17). See release notes for details.
Released 18th of August 2013. (c) Kimmo Savolainen
Contains code from LJWGL and Slick2D libraries. See lwjgl_licence.txt and Slick2D_licence.txt for their licences.

Requirements:
- Java JRE 6 or above.
- Windows, Mac, Linux or Solaris

Installation
Unzip the package to a directory of your choice. 

Running the game
Run the game by double-clicking the Goldwingu.jar file. The game uses LJWGL library that needs native libraries to run, provided are native libraries for Windows, Mac, Linux and Solaris. 

You can also run the game from command-line:
java -jar [path to Goldwingu.jar]

e.g on Windows, Mac and Linux:
java -jar Goldwingu.jar

on Solaris
java -Djava.library.path="solaris/" -jar Goldwingu.jar
