Game engines

Explore Game engines.

3 field notes

Comparison within this category
ConceptFeaturesAdvantagesLimitationsSuitable situationsCombination conditions
GodotReusable scenes made of nodesCollectible composition can be reusedContact logic still needs testingScene-based prototypesSeparate player and collectible scenes
UnityGameObjects contain componentsBehavior responsibilities are visibleReferences and lifecycle need testingComponent-oriented game teamsSeparate score logic and presentation
Unreal EngineActors, components and Blueprint eventsGameplay paths can be inspectedLarge graphs need clear ownershipVisual gameplay scriptingBlueprint interaction plus score logic