SebLague / Chess-Coding-Adventure

A work-in-progress chess bot written in C#
https://youtu.be/U4ogK0MIzqk
MIT License
1.43k stars 303 forks source link

Menu Interface #5

Closed jairad26 closed 3 years ago

jairad26 commented 3 years ago

Choose 1 player, 2 player, or AI vs AI. If chose 1 player or AI vs AI, take to menu that allows you to pick AI's difficulty (depth). If you do this, change playerOne and playerTwo variables from bool to int, where 0 represents human, 1-10 represents diff depths of AI