summaryrefslogtreecommitdiff
path: root/README
blob: 5344274908fa102bb9efbbf38617352b2d521131 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
prerequisites: python3, pygame and websocket-client

git submodule update --init
python3 main.py

space  = split
w = eject some mass
r = respawn
s = lock input. toggle between "user controls" and "bot controls". hold shift for "nobody controls"
move mouse  = move
mouse left/mid/right click: set markers (currently unused)
esc = quit

the stats.py module automatically creates/overwrites the stats.pickle file (roughly 1MB per 5 minutes currently)
which can be loaded using Stats.load() and analyzed using the Stats.analyze_* functions, or using analyze.py