Skip to content

My implementation of the command design pattern for study purposes

Notifications You must be signed in to change notification settings

vgArchives/CommandPattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is an implementation of the well-known design pattern Command. The main feature showcased here in the project is the ability to control two different players with the same input action map, only changing its receiver. Also, the ability to undo and redo commands.

Gameplay.mp4

References used for the implementation:

Game Programming Patterns eBook: https://gameprogrammingpatterns.com/command.html

Unity eBook: https://unity.com/how-to/use-command-pattern-flexible-and-extensible-game-systems

About

My implementation of the command design pattern for study purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published