New lobby

This commit is contained in:
Andrew 2023-03-04 14:31:12 +07:00
parent 99151d0ec9
commit af85165943
6 changed files with 270 additions and 204 deletions

View file

@ -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}")),
),
),
],