Skip to content

v1.0

Latest
Compare
Choose a tag to compare
@vivekkdagar vivekkdagar released this 05 Apr 09:50
· 6 commits to main since this release
2866a8c
  • Added feature to allow players to choose their symbols (X or O) at the beginning of the game.
  • Implemented an AI opponent using the minimax algorithm for single-player mode.
  • Added support for two-player mode, enabling players to compete against each other.
  • Improved user interface with a cleaner and more visually appealing game board.
  • Implemented statistics tracking to record the number of wins, losses, and draws for each player.
  • Enhanced error handling for invalid inputs during gameplay.
  • Updated documentation with detailed instructions on how to play the game and configure settings.
  • Switch to click library's CLI interface instead of infinite while loop print statements for interaction.
  • Added unit tests to ensure the reliability and correctness of the game implementation.
  • Updated dependencies to the latest versions for improved compatibility and security.