Coinnect Four is a coin-themed Connect Four game developed with Lavdim. This Android app uses Kotlin and Jetpack Compose for smooth gameplay. The UI, designed in Figma, is implemented with custom Composable functions. It follows MVVM architecture, using ViewModel and LiveData for state management. Kotlin coroutines handle asynchronous tasks for fluid operations. Custom modules manage game logic, while networking components enable multiplayer interactions with secure protocols for real-time synchronization. This project enhanced my skills in modular design, state management, and modern Android development.