Search found 1 match

by Legoboy0215
Wed Nov 01, 2017 12:34 pm
Forum: Programming and Technical Discussions
Topic: Python Chess Engine not working properly
Replies: 0
Views: 7879

Python Chess Engine not working properly

Hello! I am trying to code a simple chess engine in Python, but it doesn't seem to be working properly. The issue is that when the game goes d2d4, d7d5, running the "go" function returns e2e4, which is giving up a pawn. Mainly, can anyone help me proofread the minimax alpha-beta algorithm? My ...