kripken / meandmyshadow

Fork of the puzzle game Me and My Shadow originally at SourceForge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the fork of the puzzle game Me and My Shadow originally at SourceForge. The new website is https://acmepjz.github.io/meandmyshadow/.

Build status

Platform Nightly build status Latest nightly build Previous nightly build
Windows Build status GitHub AppVeyor
Linux Build Status GitHub Not available
OSX Disabled Not available Not available

Me and My Shadow

Me and My Shadow is a free libre puzzle/platform game in which you try to reach the exit by solving puzzles. Spikes, moving blocks, fragile blocks and much more stand between you and the exit. Record your moves and let your shadow mimic them to reach blocks you couldn't reach alone.

  • Tutorial for beginners
  • 2 level packs containing over 40 levels
  • 18 different block types
  • Built-in level editor
  • Easily installable addons
  • Original music by Juho-Petteri Yliuntinen
  • Cross platform

Compiling

Compiling on Linux

You will need the following packages (and their -dev(el) files) to be installed:

  • libSDL2
  • libSDL2_image
  • libfreetype
  • libSDL2_mixer
  • libcurl
  • libarchive
  • liblua ( >=5.3 )
  • cmake
  • C++ compiler (found in packages like g++, gcc-c++, gcc)

The process is simple. Enter a terminal and move to directory containing MeAndMyShadow. Then just type

  mkdir build && cd build
  cmake ..

to generate the Makefile. If everything configured properly you don't see any errors and then you can start compiling by typing

  make

Finally you can run MeAndMyShadow with

  ./meandmyshadow

To install MeAndMyShadow on your system, run following as root

  make install

See .travis.yml for example.

Compiling on Windows

If you are using VS2013 or VS2015 you can download the pre-built SDL2+Lua5.3 dependencies here, and unzip the dependencies. Otherwise you need to compile some dependencies from source. See appveyor.yml-build-dependencies for example.

Open a command prompt, move to directory containing MeAndMyShadow. Then type

  set PATH=path\to\dependencies;%PATH%
  mkdir build && cd build
  path\to\cmake-gui.exe ..

Follow the instruction to generate Visual Studio solution files. Open the solution file to compile.

Compiling on Mac

(Under construction)

It is almost the same as in Linux. Use brew to install dependencies. See .travis.yml for example.

Translating

Translation status

We use the web-based translation system Hosted Weblate to host MeAndMyShadow translation.

Meanwhile, you can also translate the game directly. See http://meandmyshadow.sourceforge.net/wiki/index.php/Translating for more information.

About

Fork of the puzzle game Me and My Shadow originally at SourceForge

License:GNU General Public License v3.0


Languages

Language:C++ 85.2%Language:C 12.6%Language:CMake 1.6%Language:Objective-C 0.5%Language:Shell 0.1%Language:Objective-C++ 0.0%