4 lines
223 B
Bash
Executable File
4 lines
223 B
Bash
Executable File
#!/bin/sh
|
|
# Shell script to have Sushi play against itself
|
|
xboard -mode twomachines -thinking -firstChessProgram "java suicideChess/SuicideChess" -secondChessProgram "java suicideChess/SuicideChess" -variant suicide -debug
|