From a7262890d063c3154a531295e2083aecc29164d3 Mon Sep 17 00:00:00 2001 From: djib Date: Sat, 24 Aug 2019 00:38:36 +0200 Subject: [PATCH] Add basic README file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..27c43b4 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Sushi +Sushi is a Suicide Chess program I wrote back in 2006 during my compsci studies. + +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