-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create missing structural design patterns #4
Comments
I'm willing to contribute to this issue, do you prefer separate pull requests for each patterns or a single one? |
Great 👍 It's up to you! |
Good :) |
Nice job, thanks a lot. I have added you to the list of contributors 9de5a04 Are you interested in working on missing behavioural patterns? I am going to create two separate issues for this with hacktoberfest label. |
Why not? I enjoy writing crystal :) |
Currently there are adapter, bridge, composite and decorator.
To finish the list of structural patterns the following should be added:
Keep in mind, that implementation is thematic, so somehow it should relate to the popular Mortal Kombat game. You may found some ideas in existed implementations...
Note: before you start, install Crystal programming language.
The text was updated successfully, but these errors were encountered: