Skip to content

Tags: georgescoding/chess

Tags

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
georgescoding George Chen
fixed issue with dialouge window

addText was given 6 inputs instead of 5, was because I added an additional input on accident

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
georgescoding George Chen
Fixed horizontal line wrapping

My first version of horizontal line wrapping wasn't exactly dynamic so it didn't work as desired. This version will do so for all screen sizes. Also added in the to check wether or not the king is in check directly after promotion, something I forgot to do before. Game is pretty much done, as any other work will be to improve upon the AI.