Skip to content

Releases: JonathanYiv/chess

Refactor Phase 1

01 Oct 05:52
Compare
Choose a tag to compare

After reading 99 BOOP, which by the way is an excellent read, I refactored the code base.

I also used rubocop to improve styling, reek to identify code smells, and flog to evaluate ABC metrics.

There is still a substantial amount of work to be done, but the code quality has improved substantially.

Minor Patch

01 Oct 05:50
Compare
Choose a tag to compare

Fixed an issue where a conditional was left out causing a bug during game-play.

Implementation of Chess

01 Oct 05:49
Compare
Choose a tag to compare

Fully implemented Chess according to standard specifications.
Have not met the Odin Project's final specification of save files and loading.