Skip to content

Instantly share code, notes, and snippets.

@mukeshsolanki
Created May 27, 2022 05:59
Show Gist options
  • Save mukeshsolanki/5c633d8fff60437926d7cfc51a574f03 to your computer and use it in GitHub Desktop.
Save mukeshsolanki/5c633d8fff60437926d7cfc51a574f03 to your computer and use it in GitHub Desktop.
@Composable
fun Board(state: State) {
BoxWithConstraints(Modifier.padding(padding16dp)) {
val tileSize = maxWidth / GameEngine.BOARD_SIZE
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment