diff options
Diffstat (limited to 'articles/page/4/index.html')
-rw-r--r-- | articles/page/4/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/articles/page/4/index.html b/articles/page/4/index.html index 64fbd0a6..87efc9d0 100644 --- a/articles/page/4/index.html +++ b/articles/page/4/index.html @@ -65,20 +65,20 @@ <article class="blog_item"> <header> - <h2><a href="https://ninenines.eu/articles/ranch-2.2.0/">Ranch 2.2</a></h2> + <h2><a href="https://ninenines.eu/articles/tictactoe/">Erlang Tic Tac Toe</a></h2> <p class="date"> - <span class="year">0001</span> - <span class="day-month">01 Jan</span> + <span class="year">2012</span> + <span class="day-month">17 Oct</span> </p> </header> - <p>Ranch 2.2.0 has been released! -Ranch 2.2 is a maintenance release containing a small number of fixes and improvements. -The key addition in this release is the support for DTLS which has been added to the test suites. -Ranch 2.2 is tested with Erlang/OTP 24.0 onward, although it should be compatible with Erlang/OTP 22.0 and above. It is tested and supported on Linux, macOS and Windows, but should also work on BSD.</p> + <p>Everyone knows Tic Tac Toe, right? +Players choose either to be the Xs or the Os, then place their symbol on a 3x3 board one after another, trying to create a line of 3 of them. +Writing an algorithm to check for victory sounds easy, right? It's easily tested, considering there's only 8 possible winning rows (3 horizontal, 3 vertical and 2 diagonal). +In Erlang though, you probably wouldn't want an algorithm.</p> <p style="text-align:right"> - <a class="read_more" href="https://ninenines.eu/articles/ranch-2.2.0/">Read More</a> + <a class="read_more" href="https://ninenines.eu/articles/tictactoe/">Read More</a> </p> </article> |