summaryrefslogtreecommitdiff
path: root/src/constants.rs
diff options
context:
space:
mode:
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;