Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

45 lines (35 loc) · 1.17 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2024-11-06

Added

  • Menu interface for game mode selection
  • Unbeatable AI opponent using minimax algorithm
  • Play again feature
  • Vim-style navigation
  • Multiple game modes (Human vs Human, Human vs Computer)
  • Colorful terminal UI with borders
  • Game state messages and instructions

Changed

  • Improved game completion messages
  • Enhanced menu interface with highlighting
  • Better game mode titles
  • Cleaner project structure

[0.2.0] - 2024-11-06

Added

  • AI player mode using minimax algorithm
  • New game mode: Human vs Computer
  • Personalized messages for computer player mode
  • "Play Again" feature after game completion

Changed

  • Improved game UI with mode-specific titles
  • Enhanced game completion messages
  • Cleaner menu interface

[0.1.0] - 2024-10-29

Added

  • Initial release
  • Basic TicTacToe game implementation
  • Local multiplayer mode
  • Vim-style navigation
  • Terminal UI with colors