Class LauncherTp3

java.lang.Object
ca.uqam.info.student.skyjo.view.LauncherTp3

public class LauncherTp3 extends Object
Launcher for a textual / TTY session with all physical players sharing one keyboard / screen.
Author:
Maximilian Schiedermeier
  • Constructor Details

    • LauncherTp3

      public LauncherTp3()
      Default constructor, as imposed by javadoc.
  • Method Details

    • main

      public static void main(String[] args)
      Starts game by creating a new controller (which in turn creates a new model). Then keeps prompting players for choices until game end is reached.
      Parameters:
      args - not used.