Game programming mode - command mode

  introduction         Command mode is a common mode in game development. If you only look at GoF's definition of this pattern, you will feel obscure and confused. My simple understanding of the command pattern is an object-oriented method call. We encapsulate a request method and save the required state of the reques ...

Posted by wstran on Tue, 30 Nov 2021 09:46:13 -0800