An open API service indexing awesome lists of open source software.

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

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

![Screen](/ss.webp)

## 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