summaryrefslogtreecommitdiff
path: root/reversing_game_mechanics/game_mechanics.txt
diff options
context:
space:
mode:
Diffstat (limited to 'reversing_game_mechanics/game_mechanics.txt')
-rw-r--r--reversing_game_mechanics/game_mechanics.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/reversing_game_mechanics/game_mechanics.txt b/reversing_game_mechanics/game_mechanics.txt
new file mode 100644
index 0000000..9c64805
--- /dev/null
+++ b/reversing_game_mechanics/game_mechanics.txt
@@ -0,0 +1,8 @@
+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
+
+zoom level is 369.399 * sum(own_cells.size) ** 0.431776