♜ Console-based chess game developed in Java, following object-oriented principles and simulating the main rules of chess.
- ♞ Complete chess board representation
- ♜ Piece movement validation
- ⚔️ Capture system
- 🎯 Turn-based gameplay
- 🧠 Object-oriented design
- ☕ Java
- 🧠 Object-Oriented Programming (OOP)
- 🔁 Loops
- 🔀 Conditional structures
- 📥 Clone the repository
- 💻 Open the project in a Java IDE (Eclipse, IntelliJ or VS Code)
▶️ Run the main class- ♟️ Play through the terminal
This project was created to practice Java, object-oriented programming, and game logic through a classic board game.