class

Aisweeper::Board::Status

Inherits Reference < Object

Constants

STATUS_MAPPINGS = {"not_started" => {"icon" => "🆕", "label" => "Not started"}, "ongoing" => {"icon" => "⏳", "label" => "Ongoing"}, "won" => {"icon" => "🏆", "label" => "Won"}, "lost" => {"icon" => "🙁", "label" => "Lost"}}

Constructors

Instance methods

ended?
Source
icon
Source
label
Source
lost?
Source
name
Source
not_started?
Source
ongoing?
Source
render_as_output
Source
won?
Source