Difference between revisions of "W1527 Team Play"

From Coder Merlin
 
Line 11: Line 11:
== 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]