Skip to content

shivenducs1136/chessgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Engine

Welcome to the Chess Engine and Chess Library repository! This project is a comprehensive Java-based implementation of a chess
engine and a chess library, designed for building, analyzing, and playing chess games.

Features:

Java Chess Engine: Implements advanced algorithms for move generation, evaluation, and game state management.

Chess Library: Provides tools for handling chess notation, managing game states, and more.

Unit Testing: Comprehensive test coverage using Maven and JUnit.

Extensible Design: Easily extendable for custom chess variants or additional features.

Installation

Add this to pom.xml:

<dependency> 
 <groupId>io.github.shivenducs1136</groupId> 
 <artifactId>chessgame</artifactId> 
 <version>1.0</version>
</dependency>

mvn install

Contact

Shivendu Mishra [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages