diff --git a/resources/match_sjeng.sh b/resources/match_sjeng.sh old mode 100644 new mode 100755 index c46e9af..6454999 --- a/resources/match_sjeng.sh +++ b/resources/match_sjeng.sh @@ -1,3 +1,3 @@ -#!/bin/bash +source /home/djib/.basheditor/remote-debugging-v1.sh localhost 33333 #BASHEDITOR-TMP-REMOTE-DEBUGGING-END|Origin line:#!/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 +xboard -mode twomachines -tc 0:10 -thinking -debug -firstChessProgram "java suicideChess/SuicideChess" -secondChessProgram sjeng -variant suicide diff --git a/resources/match_sushi.sh b/resources/match_sushi.sh new file mode 100755 index 0000000..2b096aa --- /dev/null +++ b/resources/match_sushi.sh @@ -0,0 +1,3 @@ +#!/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 diff --git a/resources/sushi_xboard.sh b/resources/sushi_xboard.sh deleted file mode 100644 index 0b4b437..0000000 --- a/resources/sushi_xboard.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# Start XBoard to play against Sushi -xboard -thinking -firstChessProgram suicideChess -secondChessProgram suicideChess -variant suicide -debug diff --git a/src/suicideChess/SuicideChess.java b/src/suicideChess/SuicideChess.java index e574170..681768b 100644 --- a/src/suicideChess/SuicideChess.java +++ b/src/suicideChess/SuicideChess.java @@ -99,7 +99,7 @@ public class SuicideChess { /** * The name to be displayed */ - public static final String NAME = "djib's SuShi v1.0.5"; + public static final String NAME = "djib's SuShi v1.0.6"; /** * Displays informations in the console.