diff options
author | Philip Paquette <pcpaquette@gmail.com> | 2019-09-01 10:31:06 -0400 |
---|---|---|
committer | Philip Paquette <pcpaquette@gmail.com> | 2019-09-01 10:33:49 -0400 |
commit | e41c4d19948e9b6e248c19041d50a741963be3ac (patch) | |
tree | 6bd74f6b346983e66e7d90e6695d28dc8df443fb | |
parent | 70e8f45baa0a4996acb6e0976fc4362af05e54d2 (diff) |
Added a thumbnail on the README, and modified the title
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | docs/images/map_overview.png | bin | 0 -> 210119 bytes |
2 files changed, 5 insertions, 1 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..ba86a7b --- /dev/null +++ b/docs/images/map_overview.png |