About the Project
Drop is a multiplayer card game deployed as a Discord Activity, running directly inside server channels without requiring any external app or browser. The game engine handles real-time state synchronization across players using Discord's Embedded App SDK, with a Node.js backend managing game sessions, turn logic, and win conditions. Designed for low-latency interaction within the constraints of Discord's iframe environment.