All Projects → Jyothsnasrinivas → eta-android-2048

Jyothsnasrinivas / eta-android-2048

Licence: BSD-3-Clause license
Android 2048 game using Yampa FRP library in Eta

Programming Languages

haskell
3896 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to eta-android-2048

Xfrp
xfrps&frp client for openwrt&LEDE
Stars: ✭ 205 (+266.07%)
Mutual labels:  frp
frps
基于原版 frp 内网穿透服务端 frps 的一键安装卸载脚本和 docker 镜像.支持 Linux 服务器和 docker 等多种环境安装部署.
Stars: ✭ 224 (+300%)
Mutual labels:  frp
RxUploader
Uploader for Android using RxJava
Stars: ✭ 72 (+28.57%)
Mutual labels:  frp
Haskanoid
A breakout game in Haskell using SDL and FRP, with Wiimote and Kinect support.
Stars: ✭ 242 (+332.14%)
Mutual labels:  frp
outwatch
The Functional and Reactive Web-Frontend Library for Scala.js
Stars: ✭ 444 (+692.86%)
Mutual labels:  frp
forms
A library to build declarative, composable, reactive user interfaces with WebSharper.
Stars: ✭ 12 (-78.57%)
Mutual labels:  frp
Xfrps
xfrps fork from frp but mainly use its server side feature and cooperate with xfrp
Stars: ✭ 179 (+219.64%)
Mutual labels:  frp
zrp
zrp 是使用Java开发的一款基于Netty的内网穿透工具,主要用于将内网服务反向代理到公网访问。目前支持所有TCP上层协议的代理,包括但不限于HTTP、SSH、FTP、TELNET、SMTP、POP3、DNS等。
Stars: ✭ 32 (-42.86%)
Mutual labels:  frp
reflex-examples
See Reflex FRP in action with tinker-friendly code samples you can run yourself.
Stars: ✭ 76 (+35.71%)
Mutual labels:  frp
akka-ui
AkkaUI - Build your reactive UI using Akka.js
Stars: ✭ 55 (-1.79%)
Mutual labels:  frp
Eidolon
The Artsy Auction Kiosk App.
Stars: ✭ 2,689 (+4701.79%)
Mutual labels:  frp
cfrp
内网穿透,端口转发工具
Stars: ✭ 27 (-51.79%)
Mutual labels:  frp
yave
Functional visual programming language with FRP for multimedia
Stars: ✭ 29 (-48.21%)
Mutual labels:  frp
Frpc Android
Android,安卓版frpc,一个快速反向代理,可帮助您将NAT或防火墙后面的本地服务器暴露给Internet。
Stars: ✭ 205 (+266.07%)
Mutual labels:  frp
reflex-native
Framework for writing fully native apps using Reflex, a Functional Reactive Programming library for Haskell.
Stars: ✭ 40 (-28.57%)
Mutual labels:  frp
Kickstarter Reactiveextensions
A collection of extensions to the ReactiveSwift framework.
Stars: ✭ 183 (+226.79%)
Mutual labels:  frp
reactive-states
Reactive state implementations (brainstorming)
Stars: ✭ 51 (-8.93%)
Mutual labels:  frp
odin
High level 2d game engine written in Haskell.
Stars: ✭ 28 (-50%)
Mutual labels:  frp
mutable
State containers with dirty checking and more
Stars: ✭ 32 (-42.86%)
Mutual labels:  frp
purescript-outwatch
A functional and reactive UI framework based on Rx and VirtualDom
Stars: ✭ 33 (-41.07%)
Mutual labels:  frp

Eta Android 2048

eta-android-2048 preview

Prerequisites

  • JDK 8 or above

Running

  1. Clone the sources.

    $ git clone https://github.com/Jyothsnasrinivas/eta-android-2048.git
    $ cd eta-android-2048
    
  2. Add your Android SDK path in local.properties.

    local.properties

    sdk.dir=[SDK-Path-Here]
    
  3. Build the APK.

    $ ./gradlew assembleDebug
    

Testing on mobile or emulator

If you want to test it on your phone first enable the developer mode and run the command below. Similarly for testing on emulator.

$ ./gradlew installDebug

Release APK

If you want to build the release apk which has proguard enabled, run the command below:

$ ./gradlew assembleRelease
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].