Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)