Skip to content

e-sarkis/Command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Pattern Study

Command is a programming pattern defined by the Gang of Four as purposed to:

Encapsulate a request as an object, thereby letting users parameterize clients with different requests, queue or log requests, and support undoable operations.

This project has implemented the pattern to handle game actors as explained in Bob Nystrom's book Game Programming Patterns.

About

C++ study of Command pattern.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages