root / proj / tasks.md @ 356
History | View | Annotate | Download (717 Bytes)
1 | 288 | up20180655 | # TASKS |
---|---|---|---|
2 | |||
3 | ### Most priority |
||
4 | - [ ] Implement multiplayer 1v1 game and win condition to reach N kills. |
||
5 | - [ ] Leaderboard of fastest win, or any achievement (to make use of RTC). |
||
6 | 316 | up20180642 | - [ ] Documentation |
7 | 328 | up20180642 | - [ ] Small schemes for report, generated by Doxygen |
8 | 316 | up20180642 | - [ ] Report |
9 | 288 | up20180655 | |
10 | ### Mid priority |
||
11 | 316 | up20180642 | - [x] Implement path finding for melee AI. |
12 | - [x] Implement zombie mode (single-player) |
||
13 | - [ ] Implement zombie mode (co-op) |
||
14 | 288 | up20180655 | - [ ] Implement algorithm to decide when gunner AI needs to shoot. |
15 | 316 | up20180642 | - [ ] Implement campaign mode (single-player) |
16 | - [ ] Implement campaign mode (co-op). |
||
17 | 291 | up20180642 | - [ ] Visibility algorithm |
18 | 288 | up20180655 | |
19 | ### Low Priority |
||
20 | - [ ] Change sprites. |
||
21 | - [ ] Fix some frame lag (yet to add optimized flag). |
||
22 | - [ ] Improve menu. |