Giter VIP home page Giter VIP logo

freegish's Introduction

How to compile

... on Linux

Make sure CMake and the development libraries for SDL, OpenAL and Vorbis are installed. In Debian-based systems, you need to install the following packages:

cmake libsdl1.2-dev libopenal-dev libvorbis-dev

Then simply issue:

mkdir build && cd build
cmake ..
make

... on 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

and 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.

You will need the following files to be present:

  • OpenAL32.dll
  • SDL.DLL

How to play

Simply run ./freegish or freegish.exe. There are some assets included (codenamed the FreeGish project), making Gish a completely free game! There is also one level available: freegish.lvl. You will find it under "Custom Levels" in-game. Try it and replace what you don't like.

If you own the original assets, you may also copy those into this directory. You will need:

  • animation
  • level
  • music
  • sound
  • texture
  • tile01 ... tile07

freegish's People

Contributors

frozencow avatar blinry avatar alvinx avatar hoijui avatar jorisvddonk avatar asmageddon avatar chewi avatar etam avatar aceiii avatar shish avatar spinkham avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.