Browse Source

Fix TODOs

Pabloader 4 years ago
parent
commit
a2ade48c04
1 changed files with 12 additions and 9 deletions
  1. 12
    9
      TODO.md

+ 12
- 9
TODO.md View File

@@ -1,18 +1,21 @@
1 1
  # TODO
2
- - [X] Main menu
3
- - [X] Pause (ESC) menu
2
+
3
+ - [x] Main menu
4
+ - [x] Pause (ESC) menu
5
+   - [ ] Mouse menu
4 6
  - [ ] Help screen
5 7
 
6
- - [ ] ? Bugs only catchable by 2 programmers
7
- - [ ] ? Bugs only catchable with debugger
8
- - [ ] ? Bugs only catchable with unit tests
9
- - [ ] ? Bugs immune to debugger
10
- - [ ] ? Bugs immune to unit tests
11
- - [ ] ? Not bug - a feature
12
- - [X] Reduce programmers spawn rate (maybe cubic function?)
8
+ - [ ] ~~Bugs only catchable by 2 programmers~~
9
+ - [ ] ~~Bugs only catchable with debugger~~
10
+ - [ ] ~~Bugs only catchable with unit tests~~
11
+ - [ ] ~~Bugs immune to debugger~~
12
+ - [ ] ~~Bugs immune to unit tests~~
13
+ - [ ] ~~Not bug - a feature~~
14
+ - [x] Reduce programmers spawn rate (maybe cubic function?)
13 15
  - [ ] Add obstacles to prevent flying across the screen
14 16
    - [ ] Edits by customer
15 17
    - [ ] QA engineers
18
+   - [ ] Need to land on ground to catch next bug
16 19
 
17 20
  - [ ] Copy required dlls
18 21
  

Loading…
Cancel
Save