A downloadable game

This is the GitHub link for project of Command Pattern:  https://github.com/iAmSidh108/DP_CommandPattern

What is the Command Pattern?


The Command Pattern is a behavioral design pattern that transforms requests into objects, allowing parameterization of clients with different requests, queuing of requests, and logging of the requests. It encapsulates a request as an object, thereby allowing for parameterization of clients with different requests, queuing of requests, and the ability to support undoable operations.

Leave a comment

Log in with itch.io to leave a comment.