Tui
view.tui.Tui
class Tui(val controller: Controller, val runner: Runner, val seconds: Int, val lines: Int) extends Observer
Attributes
- Graph
-
- Supertypes
Members list
Value members
Constructors
@Inject
Concrete methods
def askForAttack(attacking: Player, defended: List[Card], undefended: List[Card], canceled: () => Unit, chosen: Card => Boolean): Unit
def getRoundCardsDisplay(undefended: List[Card], defended: List[Card], used: List[Card]): List[String]
Concrete fields
In this article