05 Dec 2025
Multiplayer Roles and Arena Systems
TL;DR
- Multiplayer implemented with two roles: Prompter and Guesser
- Fun systems added: point system, object interaction, and game arena
Progress
After stabilizing object generation, we focused on evaluating and improving the fun of the core loop. Multiplayer now runs with two roles: a Prompter and multiple Guessers.
As a Guesser you try to identify the concept from prompted/generated objects. Correct guesses award points, and prompters also get rewarded based on guess outcomes in the round timeframe.
We also added early power-ups across the map: one increases movement speed, and one increases throw force. Interaction with generated objects plus the arena setup made rounds more playful and readable.