Updated url after migration

This commit is contained in:
2024-10-20 12:31:44 +02:00
parent d2f88d85ac
commit d73481a5ea

View File

@ -1,6 +1,6 @@
# Sushi # Sushi
## Introduction ## Introduction
Sushi is a Suicide Chess program I wrote back in 2006 during my compsci studies. My [dissertation](https://djib.fr/git/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. Sushi is a Suicide Chess program I wrote back in 2006 during my compsci studies. My [dissertation](https://git.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. It can either be used from the command line or using [XBoard](https://en.wikipedia.org/wiki/XBoard) as a graphical interface.
@ -8,6 +8,6 @@ I share the code freely under a [GPLv3 licence](https://en.wikipedia.org/wiki/GN
## Screenshots ## Screenshots
### In a terminal ### In a terminal
![Sushi in an terminal](https://djib.fr/git/djib/Sushi/raw/branch/master/docs/screenshot-terminal.png) ![Sushi in an terminal](https://git.djib.fr/djib/Sushi/raw/branch/master/docs/screenshot-terminal.png)
### In XBoard ### In XBoard
![Sushi in XBoard](https://djib.fr/git/djib/Sushi/raw/branch/master/docs/screenshot-xboard.png) ![Sushi in XBoard](https://git.djib.fr/djib/Sushi/raw/branch/master/docs/screenshot-xboard.png)