濮阳杆衣贸易有限公司

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

shell腳本打印國際象棋棋盤

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

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

代碼如下:

#!/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 教程

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

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

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

巨人網(wǎng)絡通訊聲明:本文標題《shell腳本打印國際象棋棋盤》,本文關鍵詞  shell,腳本,打印,國際象棋,;如發(fā)現(xiàn)本文內(nèi)容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《shell腳本打印國際象棋棋盤》相關的同類信息!
  • 本頁收集關于shell腳本打印國際象棋棋盤的相關信息資訊供網(wǎng)民參考!
  • 推薦文章
    塔河县| 萨嘎县| 伊川县| 开江县| 嘉黎县| 望谟县| 远安县| 麻城市| 洪洞县| 灵台县| 普宁市| 南康市| 嘉峪关市| 于都县| 白水县| 忻城县| 游戏| 汝州市| 长武县| 阳谷县| 阳山县| 宁陕县| 通海县| 阿克| 龙泉市| 贺兰县| 民丰县| 富锦市| 黔南| 安图县| 若羌县| 廉江市| 安阳市| 万荣县| 阿合奇县| 奉新县| 阜新| 高青县| 文山县| 财经| 彩票|