Releases: JosephWee/Tic-Tac-Toe
stable release v3.3.0
stable release v3.2.0
- Implemented ML Pipeline using GitHub Actions
- Trained new ML Model using unbiased data from 36557 "UnitTest 1P Valid Test - ComputerPlayerV1"
stable release v3.1.0
This release is contains the following changes:
- Implemented GitHub Actions
a. Added dotnet.yml a GitHub Actions Workflow for Building .NET
b. Modified dotnet.yml to create Postgres Containerized Service
c. Modified dotnet.yml to initialize Postgres for Unit Tests
d. Modified dotnet.yml to use the right runsettings for Unit Tests - Migrated all code to run on Linux as well as Windows
- Migrated Datastore to use Postgresql
stable release v3.0.0
Major refactoring of the Business Logic Layer
, the Web API
and the Computer Player Architecture
to support Computer versus Computer
games. Refactored Unit Tests and added Computer versus Computer
Unit Tests.
minor release v2.1.2
Implemented ComputerPlayerV3 that uses ML (Machine Learning) model predictions to decide the next Tic-Tac-Toe move. Observations were noted in https://github.com/JosephWee/Tic-Tac-Toe#2023-04-24-1230pm-mon---computerplayerv3
stable release v2.1.1
This release is made after cleaning up obsolete .NET Framework code.
stable release v2.1.0
This release is made after a major overhaul of the BlazorServerApp UI layout and migrating the old jQuery Tic-Tac-Toe application to a Razor Page, but prior to removing the obsolete code.
stable release v2.0.0
This release is made after migrating the code to .NET Core 6
, but prior to removing the obsolete code.
stable release v1.0.0
stable release v1.0.0