summaryrefslogtreecommitdiff
path: root/src/constants.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-07-07 12:03:44 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-07-07 12:03:44 +0200
commitd385199c48d565d9ffc8948f137d716e534d5d0d (patch)
treedb018fd521e0c854082dd32857c2e135eb47f2f7 /src/constants.rs
parent886d7f75bca7078799074f0b4e7b80c6f8081f5f (diff)
Cleaning up TODOs
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 1c34377..94be135 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -176,3 +176,7 @@ pub const KILL_SCORE: i32 = 40;
pub const DIG_SCORE: i32 = 7;
pub const MOVE_SCORE: i32 = 5;
pub const INVALID_COMMAND_SCORE_PENALTY: i32 = 4;
+
+pub const STARTING_BOMBS: u8 = 3;
+
+pub const COLLISSION_DAMAGE: i32 = 20;