As part of my journey in learning object-oriented programming and game development, I designed and developed a classic Snake Game using the
Java programming language. This project allowed me to translate fundamental programming concepts into an interactive and visually engaging
application while strengthening my problem-solving skills.The game recreates the traditional Snake gameplay, where the player controls a
continuously moving snake that grows in length each time it consumes food. The main objective is to survive as long as possible by avoiding
collisions with the walls and the snake's own body. Player input is handled through keyboard controls, ensuring smooth and responsive movement
throughout the game.