SnakeGame.TileTypes

Defines tile type codes.

Can also be used to track the snake itself.

Values

ValueMeaning
init
Empty0x00
Apple0x01
SnakeH0x11
SnakeV0x12
SnakeNE0x13
SnakeSE0x14
SnakeNW0x15
SnakeSW0x16

Meta