From b526e8f32b6d45a223840600b933aa2ea9a3349c Mon Sep 17 00:00:00 2001 From: Jan-Eric Nitschke <47750513+JanEricNitschke@users.noreply.github.com> Date: Sun, 14 Jul 2024 12:01:20 +0200 Subject: [PATCH] Added readme entry for D --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e240baf..80e2114 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ coffee tictactoe.coffee ## TicTacToe-Crystal -Version using [Crystal](). +Version using [Crystal](https://crystal-lang.org/). Test and run with: ```bash @@ -380,6 +380,16 @@ crystal spec crystal run src/tictactoe_crystal.cr -- --X-strength=4 --O-strength=4 ``` +## TicTacToe-D + +Version using [D](https://dlang.org/). + +Test and run with: +``` +dub test +dub run -- --X-strength=4 --O-strength=4 +``` + ## TicTacToe-scratch Very simple two player tictactoe game with Scratch.