Native Android Chess Game
Play Chess Online with your friends or against your phone in a simple way. Level up and share your progress!
Some of the features:
- Play against the computer
- Play online with friends
- Ranking system
- GOT inspired chat channels
- Social login
SimpleChess is a fully Open Source
https://play.google.com/store/apps/details?id=jcardenas.com.chess&hl=en
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.android.support:design:24.0.0'
compile 'com.google.firebase:firebase-database:9.0.0'
compile 'com.google.firebase:firebase-auth:9.0.0'
compile 'com.google.firebase:firebase-messaging:9.0.0'
compile 'com.google.android.gms:play-services-auth:9.0.0'
compile 'com.pubnub:pubnub-android:3.7.10'
compile 'com.google.android.gms:play-services:9.0.0'
compile 'com.google.firebase:firebase-messaging:9.0.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.android.support:multidex:1.0.1'
This project is licensed under the MIT License