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/ ├── ...
🎲 Project Update: Snake and Ladder Game (Java – OOP Design) To strengthen my object-oriented programming fundamentals, I built a console-based Snake and Ladder game using Java. The focus of this ...