hrushikeshrv / chessengine

A WIP chess engine written in Python with no dependencies
https://chessengine.readthedocs.io/en/latest/index.html
MIT License
12 stars 13 forks source link

Add support for playing game against another player instead of against engine #13

Closed hrushikeshrv closed 2 years ago

hrushikeshrv commented 2 years ago

Right now we only support playing against the engine, but it should be easy to add support for 2 human players to play against each other. We could probably do this by adding it as a method to chessengine.bitboard.Board and modifying chessengine.play to ask if the user wants to play a game against the engine or against another player.

Montekkundan commented 2 years ago

please assign it to me! thank you 😄