Skip to content

Commit 54b3af6

Browse files
thamaraiselvamthamaraiselvam
authored andcommitted
game duration updated
1 parent 537f7f0 commit 54b3af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/Config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const int gameDuration = 10;
1+
const int gameDuration = 60;
22
const Map costs = {'success': 1000, 'fail': -500, 'block': 100};
33
const int maxKeepGameHistoryCount = 6;

0 commit comments

Comments
 (0)