root / proj / doc / tasks.md @ 378
History | View | Annotate | Download (717 Bytes)
1 |
# 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 |
- [ ] Documentation |
7 |
- [ ] Small schemes for report, generated by Doxygen |
8 |
- [ ] Report |
9 |
|
10 |
### Mid priority |
11 |
- [x] Implement path finding for melee AI. |
12 |
- [x] Implement zombie mode (single-player) |
13 |
- [ ] Implement zombie mode (co-op) |
14 |
- [ ] Implement algorithm to decide when gunner AI needs to shoot. |
15 |
- [ ] Implement campaign mode (single-player) |
16 |
- [ ] Implement campaign mode (co-op). |
17 |
- [ ] Visibility algorithm |
18 |
|
19 |
### Low Priority |
20 |
- [ ] Change sprites. |
21 |
- [ ] Fix some frame lag (yet to add optimized flag). |
22 |
- [ ] Improve menu. |