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

Refactor parser #32

Closed zzril closed 2 years ago

zzril commented 2 years ago

Removed code duplication in function parse.

See also Issue #31 .

hrushikeshrv commented 2 years ago

Makes sense 👍🏻 Thanks!