From f90fb177f64a642c6c7abd477c614f9d8f9b29ad Mon Sep 17 00:00:00 2001 From: djib Date: Sat, 19 Oct 2019 16:58:15 +0200 Subject: [PATCH] Adding screenshots --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efeecc7..d150300 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Sushi +## Introduction Sushi is a Suicide Chess program I wrote back in 2006 during my compsci studies. My [dissertation](https://djib.fr/djib/Sushi/raw/branch/master/docs/2006%20Dissertation%20-%20Programmimg%20a%20Suicide%20Chess%20playing%20program.pdf) is available in the `docs` folder. It will probably help anyone who wishes to contribute or fork my program. It can either be used from the command line or using [XBoard](https://en.wikipedia.org/wiki/XBoard) as a graphical interface. -I share the code freely under a [GPLv3 licence](https://en.wikipedia.org/wiki/GNU_General_Public_License#Version_3). \ No newline at end of file +I share the code freely under a [GPLv3 licence](https://en.wikipedia.org/wiki/GNU_General_Public_License#Version_3). + +## Screenshots +!(Sushi in an terminal)[https://djib.fr/djib/Sushi/raw/branch/master/docs/screenshot-terminal.png] +!(Sushi in Xboard)[https://djib.fr/djib/Sushi/raw/branch/master/docs/screenshot-xboard.png]