Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.42 KB

File metadata and controls

35 lines (23 loc) · 1.42 KB

Lose Conditions

Description:If any of these conditions are met, the player associated with this condition will lose the game.
Data Type YAML Key
array Lose
Array Types:
Type Description
:ref:`Termination Conditions V1<#/properties/Environment/properties/Termination/definitions/terminationConditionV1>` When a termination condition is met, the game will reset itself. If there are multiple players, the termination arguments are expanded internally "per player". This can be used to find the first player to a certain number of objects, or the first player to reach a certain score
:ref:`Termination Conditions V2<#/properties/Environment/properties/Termination/definitions/terminationConditionV2>` When a termination condition is met, the game will reset itself. If there are multiple players, the termination arguments are expanded internally "per player". This can be used to find the first player to a certain number of objects, or the first player to reach a certain score
.. toctree::
   :maxdepth: 5
   :hidden:

   /reference/GDY/Environment/Termination/terminationConditionV1/index
   /reference/GDY/Environment/Termination/terminationConditionV2/index