Added texture and board

This commit is contained in:
cool-mist
2025-01-27 00:24:28 +05:30
parent 90a6ae7716
commit a7ada984c5
32 changed files with 664 additions and 276 deletions
+9
View File
@@ -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