commercial / 2022-2023
Discord Activities
Embedded realtime browser games inside Discord.
Discord activity work where joining, player presence, SDK integration and synchronous group play sat close to the game loop.
Engineering Context
Discord Activities are not just normal web games opened in a browser tab. They run inside Discord, where players are already in a shared voice or server context and expect the activity to feel immediate, synchronous and low-friction.
That changes the frontend work: joining, session state, player presence, SDK integration and real-time interaction all sit close to the gameplay loop. The UI has to support people dropping in and playing together without the slower invitation flow of a standalone web game.
My work at Playco covered Discord game/activity projects where synchronous play, embedded platform constraints and social group behaviour shaped the implementation.
Problem
- Discord Activities run inside an existing social context, so players need to join, understand state and start playing with very little friction.
- Synchronous gameplay had to sit alongside Discord SDK behaviour, embedded runtime constraints and group session state.
Approach
- Developed Discord activity/game experiences for groups already spending time together in Discord.
- Worked on synchronous gameplay flows, platform integration and embedded activity behaviour.
Interesting Bits
- Discord Activities platform
- Synchronous gameplay
- Embedded web application constraints
Outcome
- Responsive shared experiences inside Discord activity surfaces.