https://github.com/arkivanov/game-time-control
A simple tool to automatically shut down your PC after a specified time, remotely controlled from a mobile device.
https://github.com/arkivanov/game-time-control
compose-multiplatform decompose-navigation kotlin kotlin-multiplatform mvikotlin
Last synced: 25 days ago
JSON representation
A simple tool to automatically shut down your PC after a specified time, remotely controlled from a mobile device.
- Host: GitHub
- URL: https://github.com/arkivanov/game-time-control
- Owner: arkivanov
- License: gpl-3.0
- Created: 2024-12-15T23:32:17.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-14T21:30:07.000Z (4 months ago)
- Last Synced: 2025-04-24T00:15:45.823Z (about 1 month ago)
- Topics: compose-multiplatform, decompose-navigation, kotlin, kotlin-multiplatform, mvikotlin
- Language: Kotlin
- Homepage:
- Size: 537 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Game Time Control
A simple tool to automatically shut down your PC after a specified time, remotely controlled from a mobile device. Also displays a notification when 10 minutes and 1 minute left. Useful for controlling children's screen time.
Currently supported platforms:
- PC (server): Windows
- Remote controller (client): Android## Tech stack
- [Kotlin Multiplatform](https://kotlinlang.org/docs/multiplatform.html)
- [Compose Multiplatform](https://www.jetbrains.com/compose-multiplatform/)
- [Decompose](https://github.com/arkivanov/Decompose)
- [MVIKotlin](https://github.com/arkivanov/MVIKotlin)
- [Reaktive](https://github.com/badoo/Reaktive/)
- [Ktor](https://ktor.io/)
- [kotlinx-serialization](https://github.com/Kotlin/kotlinx.serialization)## Screenshots
![]()
## Author
Twitter: [@arkann1985](https://twitter.com/arkann1985)