Add scripts to start Sushi

This commit is contained in:
2019-08-25 16:41:06 +02:00
parent c408f2c427
commit 54411b47f9
2 changed files with 6 additions and 0 deletions

3
resources/match_sjeng.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
# Shell script to make sjeng play against Sushi
xboard -tc 0:10 -thinking -debug -firstChessProgram suicideChess -secondChessProgram sjeng -variant suicide

View File

@ -0,0 +1,3 @@
#!/bin/sh
# Start XBoard to play against Sushi
xboard -thinking -firstChessProgram suicideChess -secondChessProgram suicideChess -variant suicide -debug