Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 264 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 264 Bytes

tictactoe

An implementation of tictactoe in Rust, mostly for fun and educational purposes.

The Input and Display traits have two implementations: term and ratatui.

Feedback is welcomed :)

Ratatui