Skip to content

Commit

Permalink
Add nim syntax to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAD authored Apr 26, 2018
1 parent b981ca7 commit 2deb834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ And, when running from a terminal,

# Quick Example

```
```nim
#
# Game of Thai 21 example
#
Expand Down Expand Up @@ -112,4 +112,4 @@ Visit <https://github.com/JohnAD/turn_based_game/wiki>

# Credit

The code for this engine mimics that written in Python at the EasyAI library located at <https://github.com/Zulko/easyAI>. That library contains both the game rule engine (called TwoPlayerGame) as well as a variety of AI algorithms to play as game players, such as Negamax.
The code for this engine mimics that written in Python at the EasyAI library located at <https://github.com/Zulko/easyAI>. That library contains both the game rule engine (called TwoPlayerGame) as well as a variety of AI algorithms to play as game players, such as Negamax.

0 comments on commit 2deb834

Please sign in to comment.