Newer
Older
2020-Fumiya238 / kisopuro.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="author" content="佐藤 文哉">
<meta name="keywords" content="ゲーム、リフティング">
<title>リフティングゲーム</title>

<style type="text/css">
<!--
body{
	background-color:#CCFFFF;
}

h1{
	text-align: center;
	font-size :25pt;
	color:#FF33CC;
}


p{	text-align:center;
	font-size:15pt;

}

 pre {
               font-size: large;
               margin: 20px 40px 0px 40px;
               color: #663300;
               background-color: #cccccc
        }    
        
a:link {
		color: red;
	}
	a:visited {
		color: #000066;
	}
	a:hover {
		color: #000066;
		background: #ffffcc
	}
	a:active {
		color: #000066;
		background: #ffffcc;
		border: 3px solid #ff0000
	}
-->
</style>
</head>
<body>
<p style="text-align:center"><img src="リフティングゲーム.png" width="1000" height="183" alt="プログラムロゴ"></p>

<h1>MEMBER</h1>
<hr width="50%">
<P>佐藤文哉</P>
<p></p>

<h1>プログラムの概要</h1>
<hr width="80%">
<p>あなたにはリフティング10回目指してもらいます。表示される数字を間違わずに打ち込みリフティング10回を目指しましょう。</p>

<h1>インストール</h1>
<hr width="80%">
<p>以下のハイパーリンクを右クリックし「Save Link AS...」を選択して、普段プログラムを保存しているディレクトリに保存します。</p>

<p><a href="リフティングゲーム.rb">リフティングゲーム</a></p>

<h1>実行方法</h1>
<hr width="80%">
<p>プログラムを保存したディレクトリに移動し、プログラムを実行します。<br>例
えばカレントディレクトリにあるprogramというディレクトリに保存した場合、
</p>
<pre class = "center">sime{c11****}% cd program</pre>

<p>でprogramディレクトリに移動し</p>

<pre class = "center">sime{c11****}% chmod +x report6.rb</pre>
<p>でEnterキーを押して</p>

<pre class = "center">sime{c11****}% ./report6.rb</pre>

<p>と入力した後にもう一度Enterキーを押すとプログラムを実行できます。</p>


<h1>遊び方</h1>
<hr width="80%">
<p>プログラムを実行すると0~9の数字がランダムに10回表示されます。<br>
表示される数字と同じ数字を入力してください。
</p>

<h1>無保証</h1>
<hr width="80%">
<p>このプログラムは佐藤文哉が著作権を保有しています。<br>このプログラムの入手・ 実行・改変・再配布は、いずれも無料で自由に行なうことができます。<br>
ただし、このプログラムを取り扱うことで生じたいかなる結果に対しても著作権者は責任を負いません。</p>
</body>
</html>