Skip to content

Commit 4cfbd10

Browse files
thamaraiselvamthamaraiselvam
authored andcommitted
added todo list
1 parent 0a3973a commit 4cfbd10

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

TODO

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
Todo:
3+
☐ Design Home page
4+
☐ Vibrate when wrong item selected
5+
☐ Store recent scores in local storage
6+
☐ Plan/remove Rank
7+
☐ Icon rethink
8+
☐ Code refactor
9+
☐ Add constant file
10+
☐ Write test cases
11+
12+
13+

lib/screens/GameScreen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class _GameScreenState extends State<GameScreen> {
1515
List<BlockSchema> blocks;
1616
int currentTotal;
1717
Timer gameTimerObject;
18-
int secCounter = 2;
18+
int secCounter = 30;
1919
bool isTimeUp = false;
2020
Map<String, int> gameHistory = {"total": 0, "success": 0, "fail": 0};
2121
BlockDataStream blockDataStream = BlockDataStream();

0 commit comments

Comments
 (0)