GithubHelp home page GithubHelp logo

trumpstamp's Introduction

TrumpStamp

Trump-Hillary card game

May 6 - project created

How to build apk

export ANDROIDSDK="path_to_your_sdk"
export ANDROIDNDK="path_to_your_ndk"
export ANDROIDAPI="21"  # Target API version, better use v.21 because it failed in my case with ANDROIDAPI > 21
export ANDROIDNDKVER="r12b"  # Version of NDK you installed
  • Add path to $ANDROIDSDK/tools and $ANDROIDSDK/platform-tools to your $PATH
  • Run ./build_android_debug.sh APK_VERSION in project directory to build debug apk and place it into build/android
  • RUN ./build_android_release.sh APK_VERSION KEYSTORE KEYNAME STOREPASS KEYPASS to build and sign release apk and put it into build/android

How to build Xcode project

  • Install Xcode
  • Run ./build_xcode_project.sh in project directory

How to change iOS app orientation to landscape:

  • navigate to Sources/main.m in Xcode
  • in that file find function export_orientation
  • follow instructions in that function

trumpstamp's People

Contributors

sofiapotapova avatar ammosov avatar standy66 avatar penguin138 avatar greenriverrus avatar gezort avatar atmyre avatar golovanov399 avatar aliakseisemchankau avatar ivanshafran avatar lenaan avatar

Watchers

James Cloos avatar PotapovaSofia 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.