Skip to content

mrudulasadafule03/ChorChithyaMultiplayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chor Chithya-Multiplayer App

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.


Features

  • Multiplayer room creation & joining.

  • Random role assignment.

  • Real-time gameplay updates.

  • Simple and interactive UI.

  • Play with friends online.


Tech Stack

  • Language: Java

  • UI Design: XML

  • Database: Firebase Realtime Database (used for real-time multiplayer synchronization)

  • IDE: Android Studio

  • Build System: Gradle


Project Structure

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

Download the App

🔗 Click here to download the latest APK


About

A Game in ChildHood Memories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%