Snake is a video game where players control a growing line, using it to avoid obstacles and collect rewards. The game's objective is to achieve the highest possible score while staying alive.

During gameplay, the player controls a dot, square, or object on a bordered plane. As the object moves forward, it leaves a trail behind, resembling a moving snake. Depending on the gaming scheme, the end of the trail can either be in a fixed position or the snake has a specific length, resulting in a moving tail a fixed number of units away from the head.
The objective of the game is to avoid any obstacles such as the screen border, trails or any new obstacles that may appear. The player loses the game once the snake collides with any obstacle.
In summary, Snake is a game that has entertained gamers for decades with its addictive gameplay and easy-to-grasp mechanics. From its humble origins in arcades to the present day, it has become a staple of gaming and is available on numerous platforms, ensuring it remains accessible to players of all ages.
Version 0.0.1.a: Implemented basic game logic.