Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 532 Bytes

CHANGELOG.md

File metadata and controls

15 lines (14 loc) · 532 Bytes

terminal-chess changelog

alpha

0.0.2

  • deprecating 0.0.1 - it is not a working version :( sorry
  • fixes issues with 0.0.1, no moves working
  • updates the UI to include pieces captured!
  • add the test for Byrne Fischer New York 1956

0.0.1

  • working chess game states and transitions
  • basic chess notation parsing based on game state
  • visualization of the interactive game in the terminal
  • pytest setup with a basic integration test (Fool's Mate)
  • pipenv, pyproject.toml, and git setup
  • create readme and changelog