Answered step by step
Verified Expert Solution
Link Copied!

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.
    • 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.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Systems

Authors: Ramez Elmasri, Sham Navathe

4th Edition

0321122267, 978-0321122261

More Books

Students also viewed these Databases questions

Question

what is Pepsis brand identity?

Answered: 1 week ago