Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Releases: jungersa/tic_tac_toe_rust

v0.4.0

11 Apr 08:03
7f49117
Compare
Choose a tag to compare

0.4.0 (2023-04-11)

Features

  • ➕ Add thiserror to dependecies (90e7492)
  • 🦺 Change the return type of errors (cce4588)

v0.3.1

04 Apr 21:15
Compare
Choose a tag to compare

0.3.1 (2023-04-04)

Bug Fixes

  • 🩹 Fix the coord to index function (b680b10)
  • 📝 Change the print statement when wrong coordinate given (cf76aad)

Performance Improvements

  • ⚡ Add Alpha Beta prunning to minimax player (5c2b948)

v0.3.0

03 Apr 21:24
Compare
Choose a tag to compare

0.3.0 (2023-04-03)

Features

  • ✨ Add the coord_to_index in the player cli (98f677f)

Version 0.2.1

01 Apr 17:25
Compare
Choose a tag to compare

Change to file structure to be more readable

Full Changelog: v0.2.0...v0.2.1

Version 0.2.0

30 Mar 21:33
e3860a4
Compare
Choose a tag to compare

Added a Minimax Algorithm

First Release

30 Mar 16:57
Compare
Choose a tag to compare

First Release

This is the first Release
Containing a simple tic tac toe game with a simple cli game

Todo

  • add a args parser to select the players type
  • add an ai with minimax algorithm