summaryrefslogtreecommitdiff
path: root/posts/2023-05-13-codewars-tic-tac-toe-checker-practical-rust-beginner.php
blob: 665c3af0aaa56a31641857e04c56a06ac9b5cdc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
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>