Project

General

Profile

Statistics
| Revision:

root / proj / tasks.md @ 319

History | View | Annotate | Download (663 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
- [ ] Report
8

    
9
### Mid priority
10
- [x] Implement path finding for melee AI.
11
- [x] Implement zombie mode (single-player)
12
- [ ] Implement zombie mode (co-op)
13
- [ ] Implement algorithm to decide when gunner AI needs to shoot.
14
- [ ] Implement campaign mode (single-player)
15
- [ ] Implement campaign mode (co-op).
16
- [ ] Visibility algorithm
17

    
18
### Low Priority
19
- [ ] Change sprites.
20
- [ ] Fix some frame lag (yet to add optimized flag).
21
- [ ] Improve menu.