Skip to content

denzw/react-native-2048

 
 

Repository files navigation

react-native-2048

A React Native clone of 2048 by claudiopro.

Developing

#### Android

git clone [email protected]:ReactLover/react-native-2048.git
cd react-native-2048
npm install
react-native run-android
react-native start

#### IOS

git clone [email protected]:ReactLover/react-native-2048.git
cd react-native-2048
npm install
# open xcode and run

Release

#### Android

npm run release

Screenshot

Contributing

Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.

License

MIT

Copyright (c) Holly Liu 2015

About

React Native 2048 Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.2%
  • Objective-C 13.0%
  • Python 4.2%
  • Java 2.6%