rsnaker
0.1.1
Module snake_
body
Module Items
Structs
In rsnaker::
graphics::
sprites
rsnaker
::
graphics
::
sprites
Module
snake_body
Copy item path
Source
Structs
§
Snake
Body
A struct representing the snake’s body in the game. It is composed of multiple
GraphicBlock
elements that make up the snake’s segments. The body can move, grow, and check for overlaps with itself.