Package com.csse3200.game.minigames.snake
package com.csse3200.game.minigames.snake
-
ClassDescriptionRepresents an apple in the Snake game.Contains file paths for the assets used in the Snake mini-game, including images for the apple, snake, and grid.Represents the snake in the Snake mini-game, managing its position, movement, and growth.Record that represents a segment of the snake's bodyManages the logic and state of the Snake mini-game, including snake movement, scoring, and game-over conditions.Represents a specialised grid for the Snake game.