Difference between revisions of "W1527 Team Play"

From Coder Merlin
Line 3: Line 3:
* [[W1526 Model-View-Controller]]
* [[W1526 Model-View-Controller]]
== Background ==
== Background ==
{{ComingSoon|
* Review instance variables and storage (block per instance)
* Compare and contrast with {{SwiftKeyword|static}} variables
}}
== Introduction ==
== Introduction ==
== Key Concepts ==
== Key Concepts ==

Revision as of 14:17, 7 February 2021

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
Penn State 1911 Team Photo

Prerequisites[edit]

Background[edit]

ComingSoonIcon.png
Coming Soon
  • Review instance variables and storage (block per instance)
  • Compare and contrast with static variables

Introduction[edit]

Key Concepts[edit]

Exercises[edit]

  • Refactor your application to enable team play, i.e. two people on different computers playing the same game at the same time. The background must remain independent for each session.

References[edit]