Compare commits
16 Commits
Author | SHA1 | Date | |
---|---|---|---|
d73481a5ea | |||
d2f88d85ac | |||
4a23999962 | |||
fe917635d6 | |||
11b414bab1 | |||
f90fb177f6 | |||
5637d8e28e | |||
8dd1721bab | |||
847e578297 | |||
f71ccad4e5 | |||
30a692e7af | |||
9f876a7428 | |||
b9fd8ae3d8 | |||
37fc5bf5d8 | |||
7132379b33 | |||
f14f60d261 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/bin/
|
/bin/
|
||||||
|
/releases/
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Sushi
|
# Sushi
|
||||||
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.
|
## Introduction
|
||||||
|
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.
|
||||||
|
|
||||||
I share the code freely under a [GPLv3 licence](https://en.wikipedia.org/wiki/GNU_General_Public_License#Version_3).
|
I share the code freely under a [GPLv3 licence](https://en.wikipedia.org/wiki/GNU_General_Public_License#Version_3).
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
### In a terminal
|
||||||
|

|
||||||
|
### In XBoard
|
||||||
|

|
||||||
|
Binary file not shown.
BIN
docs/screenshot-terminal.png
Normal file
BIN
docs/screenshot-terminal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
docs/screenshot-xboard.png
Normal file
BIN
docs/screenshot-xboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user