WillClfrd / ai_learning_site

Site developed to help illustrate the processes behind some different types of intelligent agent algorithms.
1 stars 0 forks source link

Implement semaphore for promotion selection #12

Closed WillClfrd closed 3 months ago

WillClfrd commented 3 months ago

Minimax currently does not wait for player to select promotion piece before making it's move. Implement semaphore in front end script to wait for player promotion selection before calling minimax (don't end player turn until promotion selection chosen).