You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+8-16Lines changed: 8 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,9 @@ This document represent a sharable roadmap that contains all main activities and
18
18
- Obstacles: tiles that stops sliders but are never meant to be altered as the value is already 0;
19
19
- Quick sliders: sliders that cannot be manually resized to a specific length but are always fully extended or not;
20
20
- Movable obstacles as sliders: sliders that make tiles blocked while setting their value to 0;
21
-
-[ ] Extra mechanics:
22
-
- Add 2 (++);
23
-
- Remove 2 (--);
24
-
-[ ] Persistent data saving;
21
+
-[x] Persistent data saving;
25
22
-[x] Skip level;
26
-
-[-] Level select menu;
27
-
-[ ] How to play section in main menu;
28
23
-[x] Main menu;
29
-
-[ ] SFX;
30
-
-[ ] Graphic effects;
31
24
-[x] Sandbox with sharable custom levels;
32
25
- [x] Level resizing;
33
26
- [x] Tile setup;
@@ -36,14 +29,18 @@ This document represent a sharable roadmap that contains all main activities and
36
29
- [x] On the fly play mode;
37
30
- [x] Level data persistence;
38
31
- [x] Level reset;
39
-
- [] Player levels saving;
32
+
- [x] Player levels saving;
40
33
- [ ] QRCode generation for local share;
41
-
- [ ] Load level in builder;
42
34
-[x] UI elements
43
35
- Texture blocked tile;
44
36
- Resize icon;
45
37
- Level menu;
46
-
38
+
-[-] Level select menu;
39
+
- Deletion;
40
+
- Load in editor;
41
+
-[ ] Tutorial;
42
+
-[-] SFX;
43
+
-[-] Graphic effects;
47
44
48
45
## Level design
49
46
Having four main mechanics, following the truth table to estimate the number of levels for each mechanic combiation considering that there are more seconday mechanics that can help to break the monotony.
@@ -73,8 +70,3 @@ Secondary mechanics are:
73
70
| 15 | true | true | true | true | 5 |
74
71
| TOTAL | ----- | ------ | ------ | ----- | 29 |
75
72
76
-
## Issues
77
-
-[x][Level builder] Move grid to left or right to make space for UI elemetns when updating side sliders;
78
-
-[x][Level builder] Adjust tile selector to show zero as first result in both directions;
79
-
-[ ][GameUI] Show stars when surpassing move limit;
0 commit comments