module Snake_Game
Overview
TODO Write documentation for Snake_Game
Defined in:
snake.crConstant Summary
-
Columns =
(Screen_Height / Grid_Size).to_i32 -
DEBUG =
false -
Grid_Size =
40 -
LINE_THICKNESS =
10 -
Rows =
(Screen_Width / Grid_Size).to_i32 -
Screen_Height =
800 -
Screen_Width =
1280 -
VERSION =
"0.5.0"