Package edu.pdx.cs410J.security
Interface Game
- All Known Implementing Classes:
GuessingGame
public interface Game
This interface describes a game.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name of the game/void
play
(GameConsole console) Plays the game on a game console
-
Method Details
-
play
Plays the game on a game console -
getName
Returns the name of the game/
-