edu.pdx.cs399J.security
Interface Game

All Known Implementing Classes:
GuessingGame

public interface Game

This interface describes a game.


Method Summary
 String getName()
          Returns the name of the game/
 void play(GameConsole console)
          Plays the game on a game console
 

Method Detail

play

void play(GameConsole console)
Plays the game on a game console


getName

String getName()
Returns the name of the game/



Copyright © 2000-2009 Portland State University. All Rights Reserved.