Skip to content

Instantly share code, notes, and snippets.

View nsylvestre's full-sized avatar

Nick Sylvestre nsylvestre

  • St. Clair College
  • Windsor Ontario
  • 20:42 (UTC -04:00)
View GitHub Profile
class Die {
const int NumberOfSides = 6;
public int Id { get; set; }
public int Value { get; set; }
public Die(int id) {
Id = id;
Value = 0;
}
templates:
Status:
default:
overlay: <<overlay_name>>
run_definition: show
overlay:
name: text(<<text>>)
group: status
font_size: 55
font_color: "#FFFFFF"