JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Index
Search
Help
ubc.team09.view
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package ubc.team09.view
package
ubc.team09.view
User Interface
This package contains the
Display
class, which is used to display a game state in the CLI.
Related Packages
Package
Description
ubc.team09
Main
ubc.team09.bitboard
BitBoards
ubc.team09.eval
Static Game State Evaluation
ubc.team09.player
Game Player
ubc.team09.search
Game Tree Search
ubc.team09.state
Game State Representation
Classes
Class
Description
Ansi
Contains a set of constants that represent ANSI codes, which we use to color the CLI display.
Display
A class with static methods to display information and prompt users for input via the CLI.