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

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

shell腳本打印國際象棋棋盤

熱門標(biāo)簽:輝縣市地圖標(biāo)注 湖北孝感如何辦理 北京電銷機器人對市場的影響 武漢語音電銷機器人加盟 地圖標(biāo)注x是啥意思 同花順電話機器人微信 外呼系統(tǒng)的合法性 房產(chǎn)證地圖標(biāo)注的兩個面積 威海電銷外呼系統(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)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

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

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

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《shell腳本打印國際象棋棋盤》,本文關(guān)鍵詞  shell,腳本,打印,國際象棋,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《shell腳本打印國際象棋棋盤》相關(guān)的同類信息!
  • 本頁收集關(guān)于shell腳本打印國際象棋棋盤的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    主站蜘蛛池模板: 鄂尔多斯市| 林口县| 隆尧县| 得荣县| 饶阳县| 胶南市| 民权县| 奉节县| 绍兴市| 文化| 柳州市| 仪陇县| 丹东市| 民县| 和平县| 长子县| 汤阴县| 丹寨县| 区。| 纳雍县| 鲁甸县| 嘉峪关市| 天长市| 财经| 张家界市| 临颍县| 大田县| 葵青区| 揭西县| 玉树县| 二连浩特市| 昌宁县| 千阳县| 东阳市| 合阳县| 定西市| 柯坪县| 金坛市| 视频| 宁海县| 北票市|