Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisSoemers authored Jul 24, 2020
1 parent c7db8ea commit 607914d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ your project.
that your agent cannot play. For example, it may be unable to play simultaneous-move
games, and then be implemented to always return `false` for those. Ludii will then
know not to try to make your AI play such a game.
4. `public void closeAI()`. This method can be used to perform any cleanup of resources
when a game has been finished.
For a simple example class that extends this abstract class, see the
[Example Random AI](src/random/RandomAI.java).
5. Export your project to a new JAR file.
Expand Down Expand Up @@ -142,6 +144,7 @@ Alternatively, the following email address may be used: `ludii(dot)games(at)gmai

## Changelog

- 24 July, 2020: Updated repository for compatibility with new version 1.0.0 of Ludii.
- 4 July, 2020: Updated repository for compatibility with new version 0.9.4 of Ludii.
- 3 April, 2020: Updated repository for compatibility with new version 0.6.1 of Ludii.
- 13 December, 2019: Updated repository for compatibility with new version 0.5.0 of Ludii.
Expand Down

0 comments on commit 607914d

Please sign in to comment.