/chess_timer

Primary LanguageDartGNU General Public License v3.0GPL-3.0

chess_timer

Screenshot of app

A simple timer for chess, also known as "Time Control", written with Dart and Flutter.

Features

  • Configurable time
  • "Sudden death" (Basic timing)
  • Increment/Bonus/Fischer
  • Simple delay/US delay
  • Bronstein Delay

See https://en.wikipedia.org/wiki/Time_control#Chess for explanations.

Build

Use the usual build instructions for Flutter. For example, with Flutter installed:

  • Web: flutter build web
  • Android: flutter build apkor flutter build appbundle

License

Licensed under GPL3, see LICENSE