Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beterrabaa/chess-system-java
An application that prints an interactive chess match on the console.
https://github.com/beterrabaa/chess-system-java
chess java oop
Last synced: 11 days ago
JSON representation
An application that prints an interactive chess match on the console.
- Host: GitHub
- URL: https://github.com/beterrabaa/chess-system-java
- Owner: beterrabaA
- Created: 2024-08-16T19:13:10.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T19:11:10.000Z (2 months ago)
- Last Synced: 2024-09-15T20:26:09.852Z (2 months ago)
- Topics: chess, java, oop
- Language: Java
- Homepage:
- Size: 506 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess System
An application that prints an interactive chess match on the console.
## Learning
This project was used OOP(Object-Oriented Programming) concepts.
- Abstraction
- Aggregation
- Association
- Composition
- Encapsulation
- Polymorphism
- Inheritance## Features
- Chess piece movements (Bishop,King,Knight,Pawn,Queen,Rook)
- Piece Promotion
- Check and Checkmate king validator
- Special moviments Castling and _En passant_
- Colors to identify current player## Docs
Java version: [21](https://docs.oracle.com/en/java/javase/21/docs/api/index.html)
## Screenshots
![App Screenshot](media/match.gif)