This is "Goldwingu 2: Episode 1; Means to End" release version 0.10.5, (Goldwingu Actual v.2.1.0.10.5). See release notes for details.
Released 23rd of February 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 and running the game:
Unzip the package to a directory of your choice. In Windows you can run the game by running the Goldwingu_win.bat -file, on Linux Goldwingu_linux.sh -file. The game uses LJWGL library that needs native libraries to run, provided are native libraries for Windows, Mac, Linux and Solaris. 

You can run the game from command-line:
java -Djava.library.path="[path to the native library of your Operating system]" -jar [path to Goldwingu.jar]
e.g on Windows:
java -Djava.library.path="windows/" -jar Goldwingu.jar"
on Mac
java -Djava.library.path="macosx/" -jar Goldwingu.jar"
