From e41c4d19948e9b6e248c19041d50a741963be3ac Mon Sep 17 00:00:00 2001 From: Philip Paquette <pcpaquette@gmail.com> Date: Sun, 1 Sep 2019 10:31:06 -0400 Subject: Added a thumbnail on the README, and modified the title --- README.md | 6 +++++- docs/images/map_overview.png | Bin 0 -> 210119 bytes 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 docs/images/map_overview.png diff --git a/README.md b/README.md index 719023d..f600ff7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -# Diplomacy +# Diplomacy: DATC-Compliant Game Engine 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. +<p align="center"> + <img width="500" src="docs/images/map_overview.png" alt="Diplomacy Map Overview"> +</p> + ## Getting Started ### Installation diff --git a/docs/images/map_overview.png b/docs/images/map_overview.png new file mode 100644 index 0000000..ba86a7b Binary files /dev/null and b/docs/images/map_overview.png differ -- cgit v1.2.3