diff --git a/resources/match_sjeng.sh b/resources/match_sjeng.sh new file mode 100644 index 0000000..c46e9af --- /dev/null +++ b/resources/match_sjeng.sh @@ -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 \ No newline at end of file diff --git a/resources/sushi_xboard.sh b/resources/sushi_xboard.sh new file mode 100644 index 0000000..0b4b437 --- /dev/null +++ b/resources/sushi_xboard.sh @@ -0,0 +1,3 @@ +#!/bin/sh +# Start XBoard to play against Sushi +xboard -thinking -firstChessProgram suicideChess -secondChessProgram suicideChess -variant suicide -debug