Chor Chithya is a real-time multiplayer party game inspired by the traditional Indian game Chor–Police. The app allows multiple players to join a room, get random roles, and play interactively with friends.
-
Multiplayer room creation & joining.
-
Random role assignment.
-
Real-time gameplay updates.
-
Simple and interactive UI.
-
Play with friends online.
-
Language: Java
-
UI Design: XML
-
Database: Firebase Realtime Database (used for real-time multiplayer synchronization)
-
IDE: Android Studio
-
Build System: Gradle
ChorChithyaMultiplayerApp/
├── app/
│ ├── release/
│ └── src/
│ ├── androidTest/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── agpitcodeclub/
│ │ └── chorchithyamultiplayer/
│ │ ├── MainActivity.java
│ │ ├── DashboardActivity.java
│ │ ├── RoomActivity.java
│ │ └── GameActivity.java
│ └── res/
│ ├── layout/
│ │ ├── activity_main.xml
│ │ ├── activity_dashboard.xml
│ │ ├── activity_room.xml
│ │ └── activity_game.xml
│ ├── drawable/
│ └── mipmap-*/
└── build.gradle🔗 Click here to download the latest APK