Please enable JavaScript.
Coggle requires JavaScript to display documents.
App.boot(), ConsoleInput(), ConsoleOutput, ConsoleOutputColorDecorator,…
App.boot()
GameFactory.createGame()
Game()
imports:
Components
InputInterface
read()
ConsoleInput: Implements read() from InputInterface
OutputInterface
write()
ConsoleOutput: Implements write() from OutputInterface
GameComponents
GameOutputFormatter
Player
PlayerFactory
Tile
TileFactory
ConsoleInput()
ConsoleOutput
GameOutputFormatter
ConsoleOutputColorDecorator
Play