Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Programming using the Decorator Design Pattern. You must provide code that uses and demonstrates the Decorator Design Pattern. Encryption using the Decorator Design Pattern .
Programming using the Decorator Design Pattern.
- You must provide code that uses and demonstrates the Decorator Design Pattern.
- Encryption using the Decorator Design Pattern.
- You will need 4 Concrete Decorators:
- Encrypt by character shift
- a = b
- b = c
- A = B
- and so on.
- Encrypt by L337
- Dragon = Dr490n
- The other two encryption methods are up to you. Keep them simple.
- Encrypt by character shift
- Gui Interface:
- Two Text boxes (input and output)
- Checkboxes for each of the decorators to select which ones to use.
- Dropdown menu for each of the decorators to select which order to use them.
- Encrypt button.
- This project has to work in Unity3D.
- Your Factory classes will NOT extend the MonoBehaviour class.
- All code will be done in C#.
- Programming Hints:
- OnMouseDown
- We can write information to the console window by using: Debug.Log
- Debug.Log("Your message here.");
- I need the code to be done in C#. This is all the information I can provide thank you.
- You will need 4 Concrete Decorators:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started