Add scripts to start Sushi
This commit is contained in:
3
resources/match_sjeng.sh
Normal file
3
resources/match_sjeng.sh
Normal 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
|
3
resources/sushi_xboard.sh
Normal file
3
resources/sushi_xboard.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
# Start XBoard to play against Sushi
|
||||
xboard -thinking -firstChessProgram suicideChess -secondChessProgram suicideChess -variant suicide -debug
|
Reference in New Issue
Block a user