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

Elephant isn't blocked #19

Closed zacharybmeyers closed 3 years ago

zacharybmeyers commented 3 years ago

Bug: the Elephant isn't getting blocked along its diagonal path.

It must have a clear path through its entire move, check the Elephant class in piece.py