A downloadable game

To see the code for the project, Go to my Github: https://github.com/iAmSidh108/DP_StrategyPattern/tree/main

What is the Strategy Pattern?


The Strategy Pattern is a behavioral design pattern that defines a family of algorithms, encapsulates each one, and makes them interchangeable. It allows a client to choose an appropriate algorithm at runtime, effectively decoupling the implementation of an algorithm from its usage.

Leave a comment

Log in with itch.io to leave a comment.