-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.html
More file actions
124 lines (107 loc) · 6.68 KB
/
Copy pathREADME.html
File metadata and controls
124 lines (107 loc) · 6.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!--
~ Copyright (c) 2023 wayamoti2015@waya0125 All Rights Reserved.
~ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
~ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
~ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<!doctype html>
<html class="no-js" lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<!-- HTML Setting -->
<meta charset="utf-8">
<meta name="robots" content="noindex, nofollow">
<!-- Favicon -->
<link rel="shortcut icon" href="img/ico/favicon.ico">
<!-- Title 概要設定 -->
<title>Tetris modoki</title>
<meta name="description" content="テトリスもどきです。">
<meta property="og:type" content="article">
<meta property="og:locale" content="ja_JP">
<meta name="theme-color" content="#158181">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@wayamoti2015">
<meta name="twitter:creator" content="@wayamoti2015">
<meta property="og:image" content="img/png/GameBoyModoki.png">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<!-- CSS -->
<link rel="stylesheet" href="css/tetris_modoki.css">
</head>
<body>
<h1>テトリスもどき README</h1>
<h2>操作説明</h2>
<table>
<tr>
<th>キー</th>
<th>操作</th>
<th>備考</th>
</tr>
<tr>
<td>A/←</td>
<td class="text-align-left">左移動</td>
<td class="text-align-left">1マスずつ左に移動できます</td>
</tr>
<tr>
<td>D/→</td>
<td class="text-align-left">右移動</td>
<td class="text-align-left">1マスずつ右に移動できます</td>
</tr>
<tr>
<td>S/↓</td>
<td class="text-align-left">ソフトドロップ</td>
<td class="text-align-left">下に1マスずつ移動できます</td>
</tr>
<tr>
<td>W/Space</td>
<td class="text-align-left">ハードドロップ</td>
<td class="text-align-left">下に一気に落とせます</td>
</tr>
<tr>
<td>Q/Z</td>
<td class="text-align-left">左回転</td>
<td class="text-align-left">左回転に1回転します</td>
</tr>
<tr>
<td>E/↑</td>
<td class="text-align-left">右回転</td>
<td class="text-align-left">右回転に1回転します</td>
</tr>
<tr>
<td>ESC</td>
<td class="text-align-left">一時停止</td>
<td class="text-align-left">
ゲームを一時停止します<br>
再開するにはもう一度ESCキーを押してください<br>
また、一時停止中は操作できません。
</td>
</tr>
</table>
<p>Game Overになってしまった場合、一時停止ボタンを押してリスタートするか、手動でReloadしてください</p>
<br>
<h2>注意点</h2>
<p>このゲームはTHE TETRIS COMPANY, LLC及び任天堂株式会社からの承諾を得ておりません</p>
<p>また、このゲーム作品はテトリスの著作権の侵害を助長するものではありません</p>
<p>このゲーム作品ではどこまで原作を再現できるかという点に重点を置いております</p>
<p>なおこの作品は承諾を得ていない関係上、著作権を保有する上記企業からの要請により公開を停止する可能性があります</p>
<p>予めご了承ください</p>
<br>
<h2>著作権について</h2>
<p>テトリス (Tetris) は<a href="https://tetris.com/terms-of-service">THE TETRIS COMPANY, LLC</a>の著作物及び登録商標です</p>
<p>そのうちの一部コンテンツは<a href="https://www.nintendo.co.jp/networkservice_guideline/ja/">任天堂株式会社</a>の著作物です</p>
<p>ゲームアルゴリズム・システムUIの基礎設計は<a href="https://github.com/ophum/">ophum</a>氏の<a href="https://github.com/ophum/tetris">作品</a>を用いて作成しています</p>
<p>ゲームシステム・システムUIの改良部分・画像テクスチャ作成等はゲームボーイ版を参考にした上で<a href="https://misskey.io/@waya">wayamoti2015@waya0125</a>が作成しています</p>
<br>
<h2>ライセンス</h2>
<p>このゲームは<a href="https://raw.githubusercontent.com/project-wayamoti/WebTetris/main/LICENSE">MITライセンス</a>のもとで公開されています</p>
<p>私が書いたコード・<a href="https://github.com/ophum/">ophum</a>氏が書いたコードはMIT Licenseの元で提供されます。</p>
<p>ただし、音源・画像テクスチャ等を利用する場合には自己責任での利用をお願いします</p>
<br>
<h2>ソースコード</h2>
<p>このゲームのソースコードは<a href="https://github.com/project-wayamoti/WebTetris/">GitHub</a>で公開されています</p>
<br>
<h2>連絡先</h2>
<p>このゲームに関する連絡は<a href="https://misskey.io/@waya">misskey.io/@waya</a>までお願いします</p>
<br>
<h2>更新履歴</h2>
<p><a href="https://github.com/project-wayamoti/WebTetris/">GitHub</a>をご確認ください</p>
</body>
</html>