/console-chess-java

This is a simple console-based chess game implemented in Java. It allows two players to play chess against each other in the console window. The game follows the standard rules of chess, including all legal moves and win conditions.

Primary LanguageJava

♟️ Console Chess in Java ♞

This is a simple console-based chess game implemented in Java. It allows two players to play chess against each other in the console window. The game follows the standard rules of chess, including all legal moves and win conditions.

How to Play ♟️

  • Clone the repository to your local machine:
git clone https://github.com/your-username/console-chess-java.git
  • Compile the Java source files:
javac ChessGame.java
  • Run the game:
java ChessGame
  • Follow the on-screen instructions to input your moves and play the game.

Board

Notes 📝

  • There is no En passant 😡
  • A tie will only happen when both players agree

Contributing 🤝

Contributions are welcome! If you find any issues or want to add new features, please submit a pull request.

License 📝

This project is licensed under the MIT License.

Links