Crates.io | tic_rng_toe |
lib.rs | tic_rng_toe |
version | 0.1.0 |
source | src |
created_at | 2024-02-12 19:20:09.034855 |
updated_at | 2024-02-12 19:20:09.034855 |
description | Implementation of tic-tac-toe for one player where the computer places his marks pseudorandomly. |
homepage | https://rdiiorio.ch |
repository | https://github.com/Elderberryz/tic_rng_toe |
max_upload_size | |
id | 1137251 |
size | 11,579 |
Implementation of tic-tac-toe for one player where the computer places his marks pseudorandomly. Written in Rust. MIT License.
The nine spaces of the grid are numbered consecutively from 1 up to and including 9. Enter the number of the chosen free space to place your mark. The player goes first. Good luck!