A development studio driven by code and passion to build immersive experiences.
Poseidon Studio is a game developer focused on creating highly immersive, systems-driven titles. We are currently pouring our engineering and creative resources into a definitive open-world survival experience.
Core stack
Projects
Forging immersive worlds.
The studio is actively pushing the boundaries of realism and gameplay systems to deliver a premium, uncompromised survival experience.
ENDZ ↗
A hardcore open-world survival game returning to the roots of the genre. Built entirely in Unreal Engine 5, centered around grueling progression, high-stakes tension, and persistent world simulation.
Dynamic World
Living ecosystems, progressive weather patterns, and intelligent AI encounters that react natively to player choices and environmental shifts.
Multiplayer Infrastructure
Custom replication systems and authoritative server architecture designed to support persistent, heavy-scale multiplayer sessions without compromise.
Engineering
Code that builds a breathing world.
Our technical infrastructure is designed natively in Unreal Engine to support massive scale, persistent saves, and complex AI interactions required by hardcore survival systems.
Build gameplay systems that scale
Encounter spawning, world-state control, and technical logic designed for a full game pipeline.
void APoseidonMissionDirector::QueueEncounter()
{
if (!HasAuthority() || ActiveEncounters >= MaxEncounters)
return;
const FVector Spawn = SelectWeightedSpawnPoint(PlayerHeat);
auto* Encounter = GetWorld()->SpawnActor<AEncounterNode>(
EncounterClass, Spawn, FRotator::ZeroRotator
);
if (Encounter)
Encounter->InitializeThreat(PlayerHeat, ActiveBiome);
}
Visual scripting for rapid iteration
Design and prototype complex game logic, interactions, and systems visually without compiling C++.
Infrastructure
Engineered for a massive, persistent survival world.
Every architecture decision, from dynamic AI spawning to replication, is purpose-built to handle rigorous multiplayer demands, ensuring heavy immersion and unwavering stability.
Romania, Spain & UAE
Code and Systems
Unreal Engine 5
Connect
Follow the
development
journey.
Poseidon Studio is a dedicated games studio. Reach out for press inquiries, business opportunities, or simply to say hello.