You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kotlin implementations of the classic 2048 and Game of Fifteen, developed as part of the "Kotlin for Java Developers" course on Coursera by JetBrains. Includes grid logic, tile mechanics, and win condition detection – all written in pure Kotlin.