toetactic_lib

Crates.iotoetactic_lib
lib.rstoetactic_lib
version
sourcesrc
created_at2024-12-13 12:38:16.463742+00
updated_at2024-12-13 12:38:16.463742+00
descriptionA library for analyzing NxN Tic Tac Toe positions
homepage
repositoryhttps://github.com/prawnydagrate/toetactic
max_upload_size
id1482132
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Pranav (prawnydagrate)

documentation

README

ToeTacTic library

toetactic_lib is a library that provides functionality as an engine that plays Tic Tac Toe optimally, on any square grid larger than 2x2 (theoretically).

Background

2024.12.06:

I'd been exploring various algorithms in computer science, and it didn't take long for me to realize that I love learning about these algorithms and understanding them.

Therefore, I decided to put my skills to the test by writing an 'engine' that plays Tic Tac Toe optimally. Now, of course, normal Tic Tac Toe would be too simple. In fact, I myself never lose at Tic Tac Toe. So, I wanted to write my 'engine' such that I can always expand it to larger grids like 5x5. I have a strong feeling that I would suck at 5x5 Tic Tac Toe.

Commit count: 29

cargo fmt