summaryrefslogtreecommitdiffstats
path: root/examples/tictactoe.rs
AgeCommit message (Collapse)Author
2019-08-25As suggested in #103, `printstd` should avoid panicking.Pierre-Henri Symoneaux
Thus, as an improvement, `printstd` now ignores errors, but don't return the printed size anymore. `print_tty` now returns a `Result` and can be used for better control.
2019-08-25Updated to rust 2018Pierre-Henri Symoneaux
2018-09-23Updated tictactoe example to change the table in placePierre-Henri Symoneaux
2018-02-19Updated copyright & fixed a warningPierre-Henri Symoneaux
2017-06-05Fixed lint (+clippy) warnings and line endingsPierre-Henri Symoneaux
Added some lint rustc checks and fixed warnings. Fixed some clippy warnings & errors Converted remaining CRLF line endings to LF
2017-05-29Applied rustfmt on codePierre-Henri Symoneaux
2016-11-27Added tic tac toe example (just for fun)Pierre-Henri Symoneaux