#1 Global Game State Machine

오픈
jamesperet2 년 전을 오픈 · 0개의 코멘트
James Peret 코멘트됨, 2 년 전

A way for other parts of the engine to know and change the current global game state. For example, generic game states could be: MainMenu, Playing and Paused.

Other modules can implement their own states and add them to the global state machine. Also, this system needs helper functions to get the current state, set the current state and to add states to the FSM.

This system in the end can be used for example to check if the game is in the Playing state before pausing the game.

A way for other parts of the engine to know and change the current global game state. For example, generic game states could be: *MainMenu*, *Playing* and *Paused*. Other modules can implement their own states and add them to the global state machine. Also, this system needs helper functions to get the current state, set the current state and to add states to the FSM. This system in the end can be used for example to check if the game is in the *Playing* state before pausing the game.
로그인하여 이 대화에 참여
마일스톤 없음
담당자 없음
참여자 1명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.