-
Class Summary
Class |
Description |
BoardPrinter |
Helper methods to print out Board s on the console.
|
ConsoleController |
A Controller that queries the user for moves and then submits them.
|
Main |
Main application class for the CLUI
|
Package clui Description
This package contains the command-line user interface. The classes in this
package interact with the user on the command line. The CLUI repeatedly
displays a model.Game object on the command line, queries the user for their
moves, and uses those moves to update the model.Game.
The Main
class is the primary entry point.