-
Notifications
You must be signed in to change notification settings - Fork 3
/
to do list.gitignore
67 lines (66 loc) · 7.82 KB
/
to do list.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
This table shows stuff to be done in the future (to expand the game or to fix bugs), their level of difficulty and time-level of completition.
------------------------------------------------------------------------------------------------------------------------
ID | Activity | State | Difficulty | Time|
------------------------------------------------------------------------------------------------------------------------
1 |Fix the size of the game cursor. | Done | 1 | 1 |
------------------------------------------------------------------------------------------------------------------------
2 |Fix the music&volume bug (value exceeds max value) | Done | 2 | 2 |
------------------------------------------------------------------------------------------------------------------------
3 |Fix the add text bug (letters reach out of the box) | Done | 2 | 2 |
------------------------------------------------------------------------------------------------------------------------
4 |Fix the reverse count bug (numbers and letters blinc) | Done | 5 | 7 |
------------------------------------------------------------------------------------------------------------------------
5 |Show avg and max speed in Mission: Parts | Done | 4 | 6 |
------------------------------------------------------------------------------------------------------------------------
6 |Refactoring: Game Classes (make a parent World class) | Done | 2 | 6 |
------------------------------------------------------------------------------------------------------------------------
7 |Space-Time-Entity Attack's Effect (ligthning strikes the car when too close) | Done | 5 | 7 |
------------------------------------------------------------------------------------------------------------------------
8 |Fix the button detection bug (after a "wait" buttons should't be active) | Done | 4 | 4 |
------------------------------------------------------------------------------------------------------------------------
9 |Fix performance check for Missions (pressing enter 6times gets Mission completed) | Done | 4 | 2 |
------------------------------------------------------------------------------------------------------------------------
10 |Tune the Game for optimal experience | Pendent | 6 | 10 |
------------------------------------------------------------------------------------------------------------------------
11 |Implement mouse input in the Menus | Done | 8 | 10 |
------------------------------------------------------------------------------------------------------------------------
12 |Encript user data | Done | 10 | 10 |
------------------------------------------------------------------------------------------------------------------------
13 |Fix performance check for Missions (pressing enter when at good speed) | Done | 3 | 3 |
------------------------------------------------------------------------------------------------------------------------
14 |Comment all the code!!! | Pendent | 3 | 10 |
------------------------------------------------------------------------------------------------------------------------
15 |Include type-hints for variables and returned values | Done | 1 | 10 |
------------------------------------------------------------------------------------------------------------------------
16 |During the game rare Letters turn red and in one text they form a cheat-word | Pendent | 9 | 9 |
------------------------------------------------------------------------------------------------------------------------
17 |Make cheat-words to unlock hidden functionalities&stuff (like skins,boosts&powers) | Pendent | 9 | 9 |
------------------------------------------------------------------------------------------------------------------------
18 |Change some of the "exit" buttons to a more adapt name | Done | 2 | 2 |
------------------------------------------------------------------------------------------------------------------------
19 |Rise Frame rate and change clock position (Low frame means a typing speed limit) | Pendent | 8 | 7 |
------------------------------------------------------------------------------------------------------------------------
20 |Investigate about the reduntant creation of users during the game (Menus) | Done | 6 | 7 |
------------------------------------------------------------------------------------------------------------------------
21 |Create a specific command to automatically build the new version of the Game.exe | Done | 6 | 8 |
------------------------------------------------------------------------------------------------------------------------
22 |Make a second style of text display (unique text with colors to identify state) | Pendent | 7 | 10 |
------------------------------------------------------------------------------------------------------------------------
23 |Introduce (basic) Cheating Detection System | Done | 5 | 5 |
------------------------------------------------------------------------------------------------------------------------
24 |Change "Mission Parts" in main menu to "Missions" (to contain all Side-Missions) | Done | 6 | 8 |
------------------------------------------------------------------------------------------------------------------------
25 |Update Tutorials | Pendent | 7 | 10 |
------------------------------------------------------------------------------------------------------------------------
26 |Create a new Mission to improve cursor/mouse skills | Pendent | 7 | 10 |
------------------------------------------------------------------------------------------------------------------------
27 |Reconstruction of the Menu based on new features | Done | 10 | 10 |
------------------------------------------------------------------------------------------------------------------------
28 |Release Version 3.0: Undone->[16,17,19,22,25,26] | Done-> [13,18,20,23,24,27] | Pendent | 10 | 10 |
------------------------------------------------------------------------------------------------------------------------
29 |Multiple branches of the lightning. Nearest continues going until reaching car | Pendent | 7 | 6 |
------------------------------------------------------------------------------------------------------------------------
30 |Use CER and WER metrics to determine the typing precision | Pendent | 5 | 8 |
------------------------------------------------------------------------------------------------------------------------
31 |Make pop-up messages real and interactable instead of simulating windows behaviour | Pendent | 8 | 8 |
------------------------------------------------------------------------------------------------------------------------