diff options
author | Loïc Hoguin <[email protected]> | 2025-02-17 12:35:30 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-02-17 12:35:30 +0100 |
commit | 90a1c5e42644e7aa2316d701b75037e3ee4fa199 (patch) | |
tree | 49a1a21e1f4d9185946ec10bd54eb5c12308aa38 /articles/page/4/index.html | |
parent | affdec9617b854277e7350ed7236a17c7c4fd434 (diff) | |
download | ninenines.eu-90a1c5e42644e7aa2316d701b75037e3ee4fa199.tar.gz ninenines.eu-90a1c5e42644e7aa2316d701b75037e3ee4fa199.tar.bz2 ninenines.eu-90a1c5e42644e7aa2316d701b75037e3ee4fa199.zip |
First article date
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> |