diff options
-rw-r--r-- | posts/2023-05-13-codewars-tic-tac-toe-checker-practical-rust-beginner.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/posts/2023-05-13-codewars-tic-tac-toe-checker-practical-rust-beginner.php b/posts/2023-05-13-codewars-tic-tac-toe-checker-practical-rust-beginner.php new file mode 100644 index 0000000..665c3af --- /dev/null +++ b/posts/2023-05-13-codewars-tic-tac-toe-checker-practical-rust-beginner.php @@ -0,0 +1,10 @@ +<h1>Codewars "Tic-Tac-Toe Checker": Practical Rust (beginner)</h1> + +<p class="description"> + Codewars (and other code golfs) are a great way to become more familiar with a language when you're already handy with programming. In this video, I showcase <a href="https://codewars.com">Codewars</a>, my favorite code golf site. To demonstrate how it works, I solve the "Tic-Tac-Toe Checker" Kata. + (This is also just a great way to solve Tic-Tac-Toe in general. Also Rust!) +</p> + +<p> + <iframe width="560" height="315" src="https://www.youtube.com/embed/6nKLt9tjUpY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> +</p> |