Difference between revisions of "W1527 Team Play"

From Coder Merlin
 
(One intermediate revision by the same user not shown)
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 ==
== Exercises ==
== Exercises ==
* 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.
{{W1527-Exercises}}
 
== References ==
== References ==

Latest revision as of 19:32, 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]

ExercisesExercisesIcon.png
  • 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]