Companion

object Companion

Companion object containing the atomic integer for tracking the progress related to shuffling the puzzle tiles.

Properties

progress
Link copied to clipboard
private val progress: AtomicInteger
Progress of the shuffling (stored in an AtomicInteger to prevent thread-related issues).