Skip to content

Commit

Permalink
Added readme entry for D
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Jul 14, 2024
1 parent f9b3566 commit b526e8f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,14 +372,24 @@ coffee tictactoe.coffee

## TicTacToe-Crystal

Version using [Crystal]().
Version using [Crystal](https://crystal-lang.org/).

Test and run with:
```bash
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.

Expand Down

0 comments on commit b526e8f

Please sign in to comment.