mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:38:11 +00:00

Scoring is designed to mimic Microsoft's implementation - starting at 500, decreasing by 1 every move, and increasing by 100 for every full stack. Fixes GH-5319.
17 lines
300 B
Text
17 lines
300 B
Text
@GUI::Widget {
|
|
fill_with_background_color: true
|
|
|
|
layout: @GUI::VerticalBoxLayout {
|
|
}
|
|
|
|
@Spider::Game {
|
|
name: "game"
|
|
fill_with_background_color: true
|
|
background_color: "green"
|
|
}
|
|
|
|
@GUI::Statusbar {
|
|
name: "statusbar"
|
|
label_count: 3
|
|
}
|
|
}
|