Added texture and board
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
if [ ! -d games ]; then
|
||||
mkdir games
|
||||
fi
|
||||
|
||||
for i in {1..10}; do
|
||||
echo "*********** Game $i ************" >> games/$i.txt
|
||||
echo "" >> games/$i.txt
|
||||
sol_cli -g -n 7 --print >> games/$i.txt
|
||||
done
|
||||
Reference in New Issue
Block a user