Skip to content

Instantly share code, notes, and snippets.

View BadrAtt's full-sized avatar

ELATTAOUI BADR BadrAtt

View GitHub Profile
@BadrAtt
BadrAtt / ComposeFootballGround.kt
Created October 1, 2025 21:44
Football ground in jetpack compose
val pitchLightColor = Color(0XFF5b9452)
val pitchDarkColor = Color(0XFF3F7A39)
@Composable
fun FootballGroundScreen(modifier: Modifier = Modifier) {
val lineLength = 4f
//standard measures in meter
val pitchRectanglesCount = 12