A simple real‑time two‑player matching game built with Firebase Realtime Database. Players join a game via a unique ID and take turns flipping cards to find pairs. Game state is synced instantly across devices.
- Real‑time multiplayer via Firebase
- Unique game IDs for session management
- Turn‑based card matching logic
- Basic UI built in Android (Java + XML)
- Android Studio
- Firebase project with Realtime Database enabled
- Android device or emulator (API 21+)
- Clone this repo:
git clone https://github.com/janusingh20/two-player-matching-game.git cd two-player-matching-game