婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > shell腳本打印國際象棋棋盤

shell腳本打印國際象棋棋盤

熱門標簽:輝縣市地圖標注 湖北孝感如何辦理 北京電銷機器人對市場的影響 武漢語音電銷機器人加盟 地圖標注x是啥意思 同花順電話機器人微信 外呼系統的合法性 房產證地圖標注的兩個面積 威海電銷外呼系統好用嗎

本文實例為大家分享了shell打印國際象棋棋盤的具體代碼,供大家參考,具體內容如下

代碼如下:

#!/bin/bash

#set chess cell's width
read -p "Please set the chess cell's width( two space width as unit ):" width
if [[ $width =~ "^[0-9]+$" ]];then
 echo "wrong width setting, check your input and try again."
 exit
fi
let width=$width*2

#choose player's board cell color
player="player1"
PS3="Which color do you want to set for $player :"
select choice in red green yellow blue purple cyan white;do
 case $REPLY in
 [1-7])
 if [[ $player == player2 ]];then
  declare -i color2=$REPLY
  break
 else
  declare -i color1=$REPLY
 fi
 player="player2"
 PS3="Which color do you want to set for $player :"
 ;;
 *)
 ;;
 esac
done
if (( color1==color2 ));then
 echo "two player must choose different color, check your choice and try again."
 exit
fi

#print the chess board
for (( i=0; i4; i++ )); do
 for (( j=0; j$width/2; j++ ));do
 for (( k=0; k4; k++ ));do
  echo -e "\e[4${color1}m$(printf %${width}s)\e[0m\c"
  echo -e "\e[4${color2}m$(printf %${width}s)\e[0m\c"
 done
 echo
 done
 for (( j=0; j$width/2; j++ ));do
 for (( k=0; k4; k++ ));do
  echo -e "\e[4${color2}m$(printf %${width}s)\e[0m\c"
  echo -e "\e[4${color1}m$(printf %${width}s)\e[0m\c"
 done
 echo
 done
done

參考文章:

Linux Shell編程繪制國際象棋棋盤

Shell 教程

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持腳本之家。

您可能感興趣的文章:
  • linux shell之控制臺打印各種顏色字體和背景的實現方法
  • shell中使用echo打印彩色字體和彩色背景的方法
  • shell實現數字打印從100到200的數
  • shell打印給定日期的日歷

標簽:麗江 蚌埠 武威 紹興 迪慶 日喀則 西寧 安康

巨人網絡通訊聲明:本文標題《shell腳本打印國際象棋棋盤》,本文關鍵詞  shell,腳本,打印,國際象棋,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《shell腳本打印國際象棋棋盤》相關的同類信息!
  • 本頁收集關于shell腳本打印國際象棋棋盤的相關信息資訊供網民參考!
  • 推薦文章
    主站蜘蛛池模板: 岗巴县| 宁波市| 仁怀市| 报价| 汤原县| 凯里市| 平谷区| 溆浦县| 鹿泉市| 曲阳县| 景谷| 甘孜| 枞阳县| 榕江县| 石嘴山市| 兴安盟| 和田市| 宿迁市| 惠东县| 休宁县| 汝阳县| 云龙县| 赤水市| 彭山县| 文山县| 区。| 吉隆县| 乐都县| 钟山县| 林西县| 西乌珠穆沁旗| 米泉市| 中方县| 巴青县| 焦作市| 白朗县| 高阳县| 佳木斯市| 贵溪市| 冷水江市| 黄大仙区|