tic_tac_toe_rust 0.4.0

A simple tic tac toe game with a minimax ai
Documentation
1
2
3
4
5
//! The frontend to be used when played using cli
//! Contain a part for the player using the cli
//! And contain the renderer for the cli
pub mod players;
pub mod renderers;