Skip to content

Latest commit

 

History

History
100 lines (72 loc) · 5 KB

README.md

File metadata and controls

100 lines (72 loc) · 5 KB

Final Project

CSCI2500: Object Oriented Design


Details pending.

Resources

Refresher on material → Link

  • Model:
    • It directly manages the data, logic and rules of the application
      • Observer Patter
      • Facade
  • View:
    • Any representation of information such as a chart, diagram or table.
  • Controller:
    • Accepts input and converts it to commands for the model or view.
      • Command Pattern
      • ActionListeners, which execute the commands.
  • Server
    • Singleton

Paige Grimes

Local Machine IP

Command Pattern

GUI Handling

Networking

Thread Management

Sound in Java

Sam K Resource List: