Skip to content

Commit f34d9dd

Browse files
simone-lungarellaLincoln-Ab
authored andcommitted
feat: update roadmap
1 parent 894d431 commit f34d9dd

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

ROADMAP.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,9 @@ This document represent a sharable roadmap that contains all main activities and
1818
- Obstacles: tiles that stops sliders but are never meant to be altered as the value is already 0;
1919
- Quick sliders: sliders that cannot be manually resized to a specific length but are always fully extended or not;
2020
- 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;
2522
- [x] Skip level;
26-
- [-] Level select menu;
27-
- [ ] How to play section in main menu;
2823
- [x] Main menu;
29-
- [ ] SFX;
30-
- [ ] Graphic effects;
3124
- [x] Sandbox with sharable custom levels;
3225
- [x] Level resizing;
3326
- [x] Tile setup;
@@ -36,14 +29,18 @@ This document represent a sharable roadmap that contains all main activities and
3629
- [x] On the fly play mode;
3730
- [x] Level data persistence;
3831
- [x] Level reset;
39-
- [ ] Player levels saving;
32+
- [x] Player levels saving;
4033
- [ ] QRCode generation for local share;
41-
- [ ] Load level in builder;
4234
- [x] UI elements
4335
- Texture blocked tile;
4436
- Resize icon;
4537
- Level menu;
46-
38+
- [-] Level select menu;
39+
- Deletion;
40+
- Load in editor;
41+
- [ ] Tutorial;
42+
- [-] SFX;
43+
- [-] Graphic effects;
4744

4845
## Level design
4946
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:
7370
| 15 | true | true | true | true | 5 |
7471
| TOTAL | ----- | ------ | ------ | ----- | 29 |
7572

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;
80-

0 commit comments

Comments
 (0)