New lobby
This commit is contained in:
parent
99151d0ec9
commit
af85165943
6 changed files with 270 additions and 204 deletions
|
|
@ -184,7 +184,8 @@ class _GamePageState extends State<GamePage> {
|
|||
borderRadius:
|
||||
BorderRadius.only(bottomRight: Radius.circular(25)),
|
||||
),
|
||||
child: Obx(() => Text("${10 - guessedColors.length}/10")),
|
||||
child: Obx(
|
||||
() => Text("${guessedColors.length}/${gameInfo.tries}")),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue