Add Readme and license

This commit is contained in:
2026-04-20 14:38:37 +02:00
parent 18a26cc347
commit 3cf2aeea00
3 changed files with 53 additions and 1 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
# Go Game Clock
A simple Android application for timing Go (Baduk/Weiqi) games.
## Features
- Configurable game time settings
- Player time tracking
- Pause/resume functionality
- Sound notifications
## Installation
1. Clone this repository
2. Open in Android Studio
3. Build and run on your Android device or emulator
## Usage
1. Set the initial time for each player
2. Start the game
3. Tap a player's side to switch turns and start their timer
4. Use the pause button to pause the game
## Development
This project is built with:
- Kotlin
- Android Jetpack Components
- Android Studio