diff options
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | game_mechanics.txt | 7 |
2 files changed, 11 insertions, 3 deletions
@@ -3,9 +3,10 @@ prerequisites: python3, pygame and websocket-client git submodule update --init python3 main.py -move mouse = move -left click, space = split -right click, w = eject some mass +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 diff --git a/game_mechanics.txt b/game_mechanics.txt new file mode 100644 index 0000000..1bb5987 --- /dev/null +++ b/game_mechanics.txt @@ -0,0 +1,7 @@ +can eject: if size >= 60 i.e. mass >= 35 +eject makes me lose 16 mass +eject distance is between (600+my.size) and (700+my.size), about 10-15 deg deviation +can eat ejected mass if mass >= 18 i.e. size >= 43 + +cell can eat us, if their size/mass(??) is at least 1.25* our size/mass + |