zacharybmeyers / janggi-game

This project creates the logic for a playable game of Janggi (Korean chess) with a GUI built on Pygame.
2 stars 0 forks source link

Move "pass" move to dedicated button instead of on each piece. #21

Open asiderop opened 3 years ago

asiderop commented 3 years ago

This would have two effects: 1) I as a user will not accidentally pass my turn by clicking on the same piece, and 2) the AI will be less likely to choose a pass move.