https://github.com/jluispcardenas/simplechessandroid
Source of the app SimpleChess
https://github.com/jluispcardenas/simplechessandroid
android chess chess-game firebase java material-design opensource pubnub
Last synced: 3 months ago
JSON representation
Source of the app SimpleChess
- Host: GitHub
- URL: https://github.com/jluispcardenas/simplechessandroid
- Owner: jluispcardenas
- Created: 2017-04-06T22:45:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T03:16:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T11:11:19.291Z (5 months ago)
- Topics: android, chess, chess-game, firebase, java, material-design, opensource, pubnub
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=jcardenas.com.chess&hl=en
- Size: 234 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleChessAndroid
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*
## On PlayStore
https://play.google.com/store/apps/details?id=jcardenas.com.chess&hl=en

## Dependencies
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'
## Licence
This project is licensed under the MIT License