Skip to content

Chess game in java using Object Oriented Concept with heruristic

Notifications You must be signed in to change notification settings

aalok-kumar-yadav/Chess_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Chess_Project

Description

This chess game is based on object oriented concepts includes classes and all oop features, project contains all necessary classes like king, pawn etc.

program is started when game_class is run,game is played between two user when they can take black and white pieces. in this chess only valid move is taken care.

Run Program

Clone the Repository and change the directory then run Game_Class.java file

https://github.com/alokyadav777/Chess_Project.git

check condition screenshot:

alt text

i want to enhance this chess game where game is played between user and computer, computer make move based some heuristic to achieve artificial intelligence.we are using minimax algorithm for move Optimisation and computer has search limitation of certain depth based on programmer's available hardware computation power.

About

Chess game in java using Object Oriented Concept with heruristic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages