divy-07 / chess-engine

Implementing a basic Java chess engine
Apache License 2.0
1 stars 0 forks source link

Basic static position evaluation setup #10

Closed divy-07 closed 1 year ago

divy-07 commented 1 year ago

Implemented static position evaluation method. Currently only depends on number of pieces on board. Improvements in future will be brought as described in #9