A terminal-based Snake game built in Java using object-oriented design. Control the snake using your keyboard, eat food to grow, and avoid crashing into yourself or the walls. SnakeGame/ ├── ...
Colors - This class is used to store the colors of the game. It is used in the Fruit, Snake, and GameGrid classes. It makes the code cleaner since I used custom colors and didn't want to display the ...