I'm 15 and I built an open source chess engine - feedback welcome!
You can try out the engine at https://stockpanda.vercel.app/!
Additionally, the repository is available on GitHub at https://github.com/pizzalover125/stockpanda. It was built using Python. You can view a full list of features in the repo, but the main ones of the engine are:
- minimax
- alpha-beta pruning
- iterative deepening
- transposition tables
- move order
- quiescence search
- opening book
- tablebase
- phase-based evaluation
I'm open to feedback! Let me know if you have any questions :-)