Great project! I noticed that you use '10' to represent the ten card. To simplify the code and reduce the number of if-else statements, I suggest using 't' instead of '10'. This convention is commonly used in poker programming and can make the code cleaner and more efficient.
Hi,
Great project! I noticed that you use '10' to represent the ten card. To simplify the code and reduce the number of if-else statements, I suggest using 't' instead of '10'. This convention is commonly used in poker programming and can make the code cleaner and more efficient.