Class Sokoban

java.lang.Object
  |
  +--Sokoban

public class Sokoban
extends java.lang.Object

The Sokoban class is the entry point for the Sokoban game.


Constructor Summary
Sokoban()
           
 
Method Summary
static void main(java.lang.String[] args)
          Initializes and displays the window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sokoban

public Sokoban()
Method Detail

main

public static void main(java.lang.String[] args)
Initializes and displays the window. This is the entry point for the game.
Parameters:
args - a string array of command line parameters.

Pre-conditions:none.

Post-conditions:the game window is visible.