Class Shell

java.lang.Object
  extended by Shell

public class Shell
extends java.lang.Object

The class Shell implements a simple shell to test the functionalities of the Othello game, to pass the information to Othello and to print the information in Othello in a human-readable format.


Method Summary
static void main(java.lang.String[] args)
          realizes the shell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
realizes the shell

Parameters:
args - command line arguments - not used here!