From 5009074b5ba323e5312e999d766a01120990a61e Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Sat, 18 Apr 2020 17:45:28 +0200 Subject: Tests comparing against a replay, and fixing the found bugs --- src/consts.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/consts.rs') diff --git a/src/consts.rs b/src/consts.rs index 6ebc9af..69c9fe8 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -7,5 +7,8 @@ pub const SPEED_BOOST: usize = 15; pub const BOOST_DURATION: usize = 5; +pub const MIN_Y: usize = 1; pub const HEIGHT: usize = 4; +pub const MAX_Y: usize = MIN_Y + HEIGHT; + pub const WIDTH: usize = 1500; -- cgit v1.2.3