Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jperedadnr/game2048fx
Game 2048FX for Desktop, Android and iOS
https://github.com/jperedadnr/game2048fx
android game-2048 gluon ios javafx javafxports mobile
Last synced: 3 months ago
JSON representation
Game 2048FX for Desktop, Android and iOS
- Host: GitHub
- URL: https://github.com/jperedadnr/game2048fx
- Owner: jperedadnr
- License: gpl-3.0
- Created: 2015-05-13T20:50:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T17:31:45.000Z (over 4 years ago)
- Last Synced: 2024-10-10T18:50:45.432Z (4 months ago)
- Topics: android, game-2048, gluon, ios, javafx, javafxports, mobile
- Language: Java
- Homepage:
- Size: 13 MB
- Stars: 78
- Watchers: 12
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
2048FX
======This is another version of the game 2048, this time built using JavaFX, JavaFXPorts mobile [plugin](https://bitbucket.org/javafxports/javafxmobile-plugin), [Gluon Mobile](https://gluonhq.com/products/mobile/) and [Charm Down](https://bitbucket.org/gluon-oss/charm-down) to run on Desktop, Android and iOS platforms with the very same codebase.
The game is based on a fork of the fully Java 8 [version](https://github.com/brunoborges/fx2048)
by Bruno Borges & José Pereda, which was also based on a
fork based on the original Javascript [version](https://github.com/gabrielecirulli/2048) by Gabriele Cirulli.- Android and Desktop: José Pereda
- iOS version: Jens Deters### Leaderboard
To enable the leaderboard feature you need a valid subscription
to Gluon [CloudLink](https://gluonhq.com/products/cloudlink/).
You can get it here, and there is a 30-day free trial.
Sign up and get a valid account on Gluon CloudLink.#### Desktop
Just run it from your IDE or from command line: `./gradlew run`
#### Android
Connect your Android device and run `./gradlew androidInstall`
#### iOS
Connect your iOS device and run `./gradlew launchIOSDevice`Google Play (Android)
=====================Blog [post](http://jperedadnr.blogspot.com/2015/03/javafx-on-mobile-dream-come-true.html)
License
===================The project is licensed under GPL 3. See [LICENSE](https://github.com/jperedadnr/Game2048FX/blob/master/LICENSE)
file for the full license.