TileAdapter

fun TileAdapter(tileImages: ArrayList<ImageButton>, tileWidth: Int, tileHeight: Int)

Parameters

tileImages

Images displayed on the tiles in the puzzle grid.

tileWidth

Width of each tile in the puzzle grid.

tileHeight

Height of each tile in the puzzle grid.