Skip to content

Commit

Permalink
Add mention of other language APIs in the developer guide.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 431237553
Change-Id: I0ee24606f65ce7f6b64f45a7fa442ff905694bcf
  • Loading branch information
lanctot committed Feb 27, 2022
1 parent 5efd5a8 commit fd8e842
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,15 @@ Leduc poker. We will use an example based on this
[pybind11 documentation](https://pybind11.readthedocs.io/en/stable/).
6. Add a simple test to `python/games_sim_test.py` to check that it worked. For
inspiration, see e.g. `test_leduc_get_and_set_private_cards`.

## Language APIs

There are currently four other language APIs that expose functionality from the
C++ core.

- [Python](https://github.com/deepmind/open_spiel/tree/master/open_spiel/python).
- [Julia](https://github.com/deepmind/open_spiel/tree/master/open_spiel/julia)
- [Go](https://github.com/deepmind/open_spiel/tree/master/open_spiel/go)
(experimental)
- [Rust](https://github.com/deepmind/open_spiel/tree/master/open_spiel/rust)
(experimental)

0 comments on commit fd8e842

Please sign in to comment.