Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukechu10/uttt-rs
A Rusty Ultimate-TicTacToe AI using MCTS
https://github.com/lukechu10/uttt-rs
boardgame sycamore ultimate-tic-tac-toe
Last synced: 21 days ago
JSON representation
A Rusty Ultimate-TicTacToe AI using MCTS
- Host: GitHub
- URL: https://github.com/lukechu10/uttt-rs
- Owner: lukechu10
- Created: 2021-11-18T05:15:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T00:58:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T15:02:50.266Z (21 days ago)
- Topics: boardgame, sycamore, ultimate-tic-tac-toe
- Language: Rust
- Homepage: https://lukechu10.github.io/uttt-rs
- Size: 202 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ultimate TicTacToe
An [Ultimate TicTacToe](https://en.wikipedia.org/wiki/Ultimate_tic-tac-toe) AI written in Rust.
GUI is built using [Sycamore](https://sycamore-rs.netlify.app).