LordDarkula / chess_py

Chess library for simple chess engine creation
http://lorddarkula.github.io/chess_py/
MIT License
12 stars 5 forks source link

Remove unfiltered #17

Closed LordDarkula closed 8 years ago

LordDarkula commented 8 years ago

Certain methods that return a list of moves first generate a raw list then filter it. This is inefficient.