Interface Game

All Known Implementing Classes:
GuessingGame

public interface Game
This interface describes a game.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the game/
    void
    play(GameConsole console)
    Plays the game on a game console
  • Method Details