Skip to content

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.

Notifications You must be signed in to change notification settings

okdotdev/console-chess-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♟️ 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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages