/ChessClock

Android Chess Clock/Timer app with different time controls, programmed in Java and published in the Google Playstore.

Primary LanguageJava

Chess Clock - Chess Timer

This chess app has been designed in Android Studio using Java, it can also be used for other games like Go or Scrabble.

It features different time controls such as:

  • Fisher Increment
  • Delay Increment
  • Bronstein
  • Hourglass
  • Time per move

The app can be found in the Google Playstore Chess Clock - Chess Timer or if you want the apk it is located on

app/release/app_release.apk

The actual logic behind the different time controls is located on

app/src/main/java/com/eldopp/chessclk/MainActivity.java

Pull requests and bug reports are always welcome.