Skip to content

Commit

Permalink
Add TicTacToe, Prisoner and Nim (#2)
Browse files Browse the repository at this point in the history
* Add TicTacToe, Prisoner and Nim

Signed-off-by: jparisu <[email protected]>

* fix images

Signed-off-by: jparisu <[email protected]>

---------

Signed-off-by: jparisu <[email protected]>
  • Loading branch information
jparisu authored Oct 27, 2023
1 parent 1e98785 commit b5db19f
Show file tree
Hide file tree
Showing 19 changed files with 961 additions and 63 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# IArena

[![Documentation Status](https://readthedocs.org/projects/iarena/badge/?version=latest)](https://iarena.readthedocs.io/en/latest/)

**Framework** for testing **AI** system in basic or logic games.

## Architecture
Expand Down
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
/src/games/tutorials/slicing
/src/games/tutorials/nqueens
/src/games/tutorials/coins
/src/games/tutorials/nim
/src/games/tutorials/tictactoe
/src/games/tutorials/mastermind
/src/games/tutorials/prisoner


.. toctree::
Expand Down
Binary file added docs/resources/images/nim.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b5db19f

Please sign in to comment.