Skip to content

This is a simple Chess game built in Java which implement bit manipulation for move validation and generation

License

Notifications You must be signed in to change notification settings

stanliwise/Java-Bitboard-Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAVA Chess Game

This is a simple Chess game built in using Java programming language. It implement the OOP paradigm to model chess object like board, pieces etc

The amazing feature of this Chess Application is that it implements Bitboard manipulation logic. This improves chess manipulation and calculation logic to a greater hight

Later improvements

  • Add a simple engine
  • Add undo ability

Current status

Still under development. Feel free to make a pull request for any improvement which would be fully welcomed

About

This is a simple Chess game built in Java which implement bit manipulation for move validation and generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages