Skip to content

Commit

Permalink
game duration updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thamaraiselvam authored and thamaraiselvam committed Jul 30, 2019
1 parent 537f7f0 commit 54b3af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/Config.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const int gameDuration = 10;
const int gameDuration = 60;
const Map costs = {'success': 1000, 'fail': -500, 'block': 100};
const int maxKeepGameHistoryCount = 6;

0 comments on commit 54b3af6

Please sign in to comment.