Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carter907/chime
Chess Clock made with Android Studio and Jetpack Compose
https://github.com/carter907/chime
Last synced: 3 days ago
JSON representation
Chess Clock made with Android Studio and Jetpack Compose
- Host: GitHub
- URL: https://github.com/carter907/chime
- Owner: Carter907
- Created: 2023-11-02T02:13:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T17:20:26.000Z (about 1 year ago)
- Last Synced: 2023-11-11T18:23:56.436Z (about 1 year ago)
- Language: Kotlin
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chime
Chess Clock made with Android Studio and Jetpack Compose## Custom Time Control 🎨
> One of the main reasons for creating this app was to have custom time control which is rare to come across in other similar applications.
You can easily create your own custom time control per game using the custom time control button
## Time Control Presets ⏲️
> Similar to other chess timers, Chime uses presets to make the process of picking a popular time control straightforward.
_Time Controls Included_
- 1 min
- 1 | 1
- 2 | 1
- 3 min
- 3 | 2
- 5 min
- 10 min
- 15 | 10
- 30 min## Timer Related Functionality 🧰
> Functionality on the timer screen adds userability and a pleasant experience.
- Pause Button
- pauses the timers; you can press it again to resume
- Configure Button
- takes you back to the time control screen; used to change the time control.
- Reset Button
- resets the timer with the previous specified time and increment.