untitled-game is a multiplayer social game that blends teamwork, deception, and dynamic gameplay in a stylized environment. Players are split into teams with hidden roles and unique objectives, encouraging both cooperation and strategic thinking.
One team must blend in, disguise themselves, and avoid detection โ while the other team works together to uncover and eliminate them. The match evolves in real time as players gather clues, complete objectives, and interact with the environment to shift the balance of power.
The game supports co-op multiplayer with flexible match sizes and host-client architecture.
- ๐ฅ Multiplayer with hidden roles โ each round is different depending on team dynamics and player behavior.
- ๐ต๏ธ Stealth and strategy โ disguise yourself or uncover the disguised using tools and observation.
- ๐ค Cooperative gameplay โ work together with teammates, or pretend to.
- ๐ Interactive environment โ the map offers dynamic elements that can be used for hiding, revealing, or manipulating gameplay.
- ๐ง Social deduction โ use logic, intuition, and conversation to outsmart others.
{
"dependencies": {
"com.unity.netcode.gameobjects": "1.0.2",
"com.unity.services.lobby": "1.0.3",
"com.unity.services.relay": "1.0.4",
"com.veriorpies.parrelsync": "https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync",
"com.unity.multiplayer.samples.coop": "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git?path=/Packages/com.unity.multiplayer.samples.coop#main",
"com.neuecc.unirx": "https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts",
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask"
}
}