nasrabadiAM / tictactoe

Another Tic Tac Toe Game
Apache License 2.0
1 stars 0 forks source link

Add Grids to game and Make game board match parent square #9

Closed nasrabadiAM closed 4 months ago

nasrabadiAM commented 4 months ago

As a user I want to see grids of the game board to see each cell position in the screen.

As a user I want to see the game board full screen to play easily in any screen size.

nasrabadiAM commented 4 months ago

See this link to draw and measure grid and board game size. https://developer.android.com/jetpack/compose/graphics/draw/overview

nasrabadiAM commented 4 months ago

See this link to use custom layouts. https://developer.android.com/jetpack/compose/layouts/custom