Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uberspot/2048-android
The android port of the 2048 game (for offline playing)
https://github.com/uberspot/2048-android
Last synced: 6 days ago
JSON representation
The android port of the 2048 game (for offline playing)
- Host: GitHub
- URL: https://github.com/uberspot/2048-android
- Owner: uberspot
- License: mit
- Created: 2014-03-14T13:45:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T03:20:54.000Z (5 months ago)
- Last Synced: 2025-01-02T10:02:31.488Z (13 days ago)
- Language: Java
- Size: 7.78 MB
- Stars: 1,063
- Watchers: 88
- Forks: 795
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Android-Open-Source-Projects - 2048-android
README
2048-android
============[![Build Status](https://travis-ci.org/uberspot/2048-android.svg?branch=master)](https://travis-ci.org/uberspot/2048-android)
This is the Android port of the 2048 game made by Gabriele Cirulli https://github.com/gabrielecirulli/2048
It's nothing fancy; just a WebView that loads the locally stored html files of the original game.
I just wanted to make it instantly playable without internet (the app doesn't require any permissions), and with
a quick access icon for my smartphone.Feel free to contribute with pull requests to the original project by Gabriele, or to this one
if you have any Android-specific improvements in mind.## Building
If you want to build from source, just do
git clone --recursive https://github.com/uberspot/2048-android.git
cd 2048-android
git submodule update --init --recursive
./gradlew build### With Eclipse
1. Copy `https://github.com/uberspot/2048-android.git` to clipboard
2. File -> Import -> Git / Projects from Git -> Clone URI
3. Paste URI from clipboard (if it did not appeared automatically)
4. Next> Next> **Check "Clone submodules"**
5. Next> select "Import existing project"### With Android Studio
1. Follow first three lines of Building directions.
2. In Android Studio selection "Open an existing Android Studio Project"
3. When prompted, add the VCS root.## License
2048-android is licensed under the [MIT license](https://github.com/uberspot/2048-android/blob/master/LICENSE).