Skip to content

Commit

Permalink
Update README to include clear instructions for using Android Studio.
Browse files Browse the repository at this point in the history
  • Loading branch information
princessruthie committed Jun 17, 2016
1 parent 23ec4b1 commit 47f3cef
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

[![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
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
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.

Play store link: https://play.google.com/store/apps/details?id=com.uberspot.a2048
Expand All @@ -17,20 +17,26 @@ Play store link: https://play.google.com/store/apps/details?id=com.uberspot.a204

##Building

If you want to build from source just do
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"
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

Expand Down

0 comments on commit 47f3cef

Please sign in to comment.