You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
V7P3R is a Python-based chess engine for analysis and AI gameplay, featuring my in house built, fully configurable evaluation engine, PGN/JSON data handling, and complete UCI compliance. This is where it all started.
A custom made high-performance Chess Engine created entirely from scratch in modern C++, supporting UCI and terminal plays, O(1) memory hashing, and highly optimized game tree search algorithms along with Tapered evaluation leading to a signifcant rise in performance.