-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodos.txt
35 lines (28 loc) · 848 Bytes
/
todos.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Easy dev startup (start Sc2, Api & Frontend)
start-sc2Exe looks for latest folder
Test on file change (watch)
Frontend
- button to start/restart Sc2, start/restart game
- display map bitmaps
API
- [DONE] Restart game (api/start 2nd call doesnt crash but starts new 2player game)
HiveMind
- Build marines
- AtackMove
MapManager
- don't go off edge of main base
Queue
- Make queue smarter to only trigger next item if enough resources
General
- [DONE] websocket efficient byte size
- todos comments
- build queue test
- gameData: only need ability id, put this in a central place/gameInfo
- gameInfo in central source, or build map at start of run and store centrally
GOALS
Mvp: Beat Easy AI with 1 base marine push
Bot
Micro to defend drone attack
ServantBot
Manual choice when to attack (frontend/api)
Find bot forum for devs