# Noughts and crosses ai collection. [![pipeline status](https://gitlab.com/efunb/noughts-and-crosses-ai-collection/badges/master/pipeline.svg)](https://gitlab.com/efunb/noughts-and-crosses-ai-collection/commits/master) ## Downloads ### Stable [Windows](https://gitlab.com/efunb/noughts-and-crosses-ai-collection/-/jobs/artifacts/master/download?job=nightly-windows-optimized) [Linux](https://gitlab.com/efunb/noughts-and-crosses-ai-collection/-/jobs/artifacts/master/download?job=nightly-linux-optimized) ### Unstable [Windows](https://gitlab.com/efunb/noughts-and-crosses-ai-collection/-/jobs/artifacts/dev/download?job=nightly-windows-optimized) [Linux](https://gitlab.com/efunb/noughts-and-crosses-ai-collection/-/jobs/artifacts/dev/download?job=nightly-linux-optimized) [Docs](https://gitlab.com/efunb/noughts-and-crosses-ai-collection/-/jobs/artifacts/dev/download?job=docs) ## Projects ### Noughts And Crosses Game This is the game. ### Noughts And Crosses Lib This is the library I made for the game and other experiments that use noughts and crosses game boards. ### Ai Graph [![License](https://img.shields.io/crates/l/ai-graph.svg)](https://crates.io/crates/ai-graph) [![Latest version](https://img.shields.io/crates/v/ai-graph.svg)](https://crates.io/crates/ai-graph) [![downloads-badge](https://img.shields.io/crates/d/ai-graph.svg)](https://crates.io/crates/ai-graph) ## Dependencies This project uses rand 0.5 for generating the random numbers used in the artificial intelligence. ## **Warning** **If you are viewing this from GitHub then this is a read only copy. Please contribute to the GitLab copy [here](https://gitlab.com/efunb/noughts-and-crosses-ai-collection).**