Commit graph

8 commits

Author SHA1 Message Date
Lilith
aad6a45497 test(tictactoe): Add comprehensive tests for game state history tracking, including state transitions and undo functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 14:07:11 -07:00
Lilith
c6fb570eb5 feat(tictactoe): Introduce minimax AI opponent logic with game logic, board rendering, and test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 13:30:55 -07:00
Lilith
d5327f09f9 deps-upgrade(tictactoe): ⬆️ Update dependencies to latest stable versions for security and stability fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 13:30:55 -07:00
Lilith
853d790d22 test(tictactoe): Add unit tests for Tic-Tac-Toe win conditions, board state, and move validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 13:07:16 -07:00
Lilith
c6386177cc fix(tictactoe): 🐛 Fix incorrect win/draw detection logic in Game class and verify with updated tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 13:04:55 -07:00
Lilith
e22bd93b88 deps-upgrade(tictactoe): ⬆️ Update dependencies in Tic-Tac-Toe example to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 13:04:55 -07:00
Lilith
ccb44b1fe0 feat(tictactoe): Add AI opponent logic for Tic-Tac-Toe game
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 12:38:44 -07:00
Lilith
828d757981 docs(examples-examples): 📝 Add updated example code for new feature usage and fix broken examples
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 07:51:12 -07:00