Skip to content
/ gish Public
forked from blinry/gish

Open Source version of the award-winning physics platformer

License

Notifications You must be signed in to change notification settings

ziz/gish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to compile (Linux)

To compile, you need to install at least the following packages:

libopenal-dev libsdl1.2-dev

Then simply issue good ol'

make

How to compile (Windows with VS2008)

Download and install the required libraries:

In Visual Studio add to your include-paths:

  • ...\libvorbis-1.3.1\include
  • ...\libogg-1.2.0\include
  • C:\Program Files\OpenAL 1.1 SDK\include
  • ...\SDL-1.2.14_VC8\include
  • ...\SDL_mixer-1.2.11\include

In Visual Studio add to your library-paths:

  • ...\libvorbis-1.3.1\win32\VS2008\libvorbisfile\Win32\Debug
  • ...\libogg-1.2.0\win32\VS2008\Win32\Debug
  • ...\libvorbis-1.3.1\win32\VS2008\libvorbis\Win32\Debug
  • C:\Program Files\OpenAL 1.1 SDK\libs\Win32
  • ...\SDL_mixer-1.2.11\lib
  • ...\SDL-1.2.14_VC8\lib

Open gish.sln and compile.

How to play

To play, you need the game's resources, more specifically the following directories:

  • animation
  • level
  • music
  • replay (may be empty)
  • sound
  • texture
  • tile01 ... tile07

Under Windows you'll also need the files:

  • OpenAL32.dll
  • SDL.DLL

Copy them into the directory of your compiled binaries and run ./gish or gish.exe.

About

Open Source version of the award-winning physics platformer

Resources

License

Stars

Watchers

Forks

Packages

No packages published