aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index f600ff7..61a11fd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Diplomacy: DATC-Compliant Game Engine
+# Diplomacy: DATC-Compliant Game Engine [![Build Status](https://travis-ci.org/diplomacy/diplomacy.svg?branch=master)](https://travis-ci.org/diplomacy/diplomacy) [![Documentation Status](https://readthedocs.org/projects/diplomacy/badge/?version=latest)](https://docs.diplomacy.ai/en/latest/?badge=latest)
This project contains an open-source DATC-compliant Diplomacy game engine, a client-server architecture for network play, a web interface to play against bots and to visualize games, and a DAIDE-compatible adapter to connect DAIDE bots to the server.
@@ -6,6 +6,10 @@ This project contains an open-source DATC-compliant Diplomacy game engine, a cli
<img width="500" src="docs/images/map_overview.png" alt="Diplomacy Map Overview">
</p>
+## Documentation
+
+The complete documentation is available at [docs.diplomacy.ai](https://docs.diplomacy.ai/).
+
## Getting Started
### Installation