https://github.com/oslint/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.
https://github.com/oslint/console-chess-java
beginner-friendly beginner-project chess console-application console-chess console-game java vanilla-java
Last synced: 6 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/oslint/console-chess-java
- Owner: OsLint
- Created: 2023-05-13T08:40:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T12:13:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T18:22:45.503Z (8 months ago)
- Topics: beginner-friendly, beginner-project, chess, console-application, console-chess, console-game, java, vanilla-java
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### ♟️ 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:
```bash
git clone https://github.com/your-username/console-chess-java.git
```
- Compile the Java source files:
```bash
javac ChessGame.java
```
- Run the game:
```bash
java ChessGame
```
- Follow the on-screen instructions to input your moves and play the game.
## 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
- [GitHub](https://github.com/oskalbarczyk)
- [YouTube](https://www.youtube.com/@codewithoskar)
- [Donations](https://tipply.pl/u/oskalbarczyk)
- [Twitter](https://twitter.com/oskalbarczyk)