Package cs171a2

Class Main

java.lang.Object
cs171a2.Main

public class Main extends Object
The Main class represents the entry point for the card game.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    The main method initializes the game and starts playing until there's a winner.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      The main method initializes the game and starts playing until there's a winner.
      Parameters:
      args - command line arguments.