This is a chess engine written in python.
You can play it on lichess.
It currently features:
- Bitboard move generation
- Negascout search
- Quiescent search
- Piece-Square table based evaluation
- Basic UCI implementation
For a reasonable perfomance it is best to run the engine with pypy like in goby.sh.