sloanlance / heriswap

Heriswap, free match3 game (uses Emscripten?)

Home Page:http://soupeaucaillou.com/heriswap.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heriswap is a match-3 game, published on Android (Google Play, F-droid and direct download). It can also run on Linux, Windows, MacOSX and iOS devices.

It uses sac (Soupe au Caillou) 2D engine.

#Prerequesites (at least)

  • All: git
  • Linux: cmake g++
  • Android: android-sdk and android-ndk

#Get the sources git clone --recursive git://git.damsy.net/sac/heriswap

#How to build To build the game, you can use script 'sac/tools/build/build-all.sh'. Use -h to get available options.

##For Unix/Linux

  • Build and launch: ./sac/tools/build/build-all.sh --target linux n

##For Android

  • Build APK, install it on any plugged device and launch it: ./sac/tools/build/build-all.sh --target android n -p -i r

  • Generate a signed APK: ./sac/tools/build/android_generate_signed_apk.sh

  • Generate a free build (excluding Google Play services): ./android_fdroid_APK.sh

#License See License file.

#Author


  • Special thanks to our translators from www.transifex.com (you can help us too!):
    • xesusmosquera for Galician (Spain)
    • fmoliveira for Portuguese (Brazil)
    • kokumaro for Japanese
    • Nienke84 and darwinel for Dutch
    • Brainmote for Italian
    • kingu for Norwegian

#Contact If you are willing to contact us, please email us at soupeaucaillou@damsy.net.

About

Heriswap, free match3 game (uses Emscripten?)

http://soupeaucaillou.com/heriswap.html

License:Other


Languages

Language:C++ 97.3%Language:C 1.0%Language:Makefile 1.0%Language:Shell 0.4%Language:CMake 0.2%Language:GLSL 0.1%