-
Notifications
You must be signed in to change notification settings - Fork 0
/
works-template.html
155 lines (134 loc) · 8.12 KB
/
works-template.html
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta property='og:type' content='website'>
<meta property='og:title' content='sumidawaraの作品置き場'>
<meta property='og:url' content='URLが入る'>
<meta property='og:description' content='sumidawaraの作品置き場'>
<meta property="og:image" content="img/ogp.png">
<meta name="description" content="sumidawaraの作品置き場" />
<title>sumidawaraの作品置き場</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Material+Icons+Outlined" rel="stylesheet">
<link href="css/ress.css" media="all" rel="stylesheet" type="text/css" />
<link href="css/style.css" media="all" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="img/favicon.ico" />
<link rel=”canonical” href=”URLが入る” />
</head>
<body>
<div class="wrapper">
<!-- header -->
<header class="header ">
<div class="container">
<h1 class="header-logo">
<a href=".">炭俵の作品置き場</a>
</h1>
<nav class="gnav">
<ul class="gnav-list">
<li class="gnav-item"><a href="#works">ゲーム</a></li>
<li class="gnav-item"><a href="#manga">漫画</a></li>
<li class="gnav-item"><a href="#illustration">イラスト</a></li>
</ul>
</nav>
</div>
</header>
<!-- /header -->
<main class="content">
<article class="article">
<div class="article-container">
<h2 class="article-title">ゲーム作品置き場</h2>
<div class="article-body">
<!-- Pixel Shooter -->
<h1>Pixel Shooter</h1>
<p><img src="img/pixel_shooter.png" alt=""></p>
<h3>概要</h3>
<p>ローグライク系2Dシューティングゲーム。Siv3dというライブラリで作成しました。上下左右に移動しながら敵を倒して次の階層へと進んでいきましょう。</a></p>
<p>ゲームエンジンなしでゲームを作るのは初めてだったし、C++も初心者だったので、かなりの時間と労力を使いました。ですが、その甲斐あってかゲームを基礎的な部分(タイルの描画、衝突判定とか)から作る喜びを学ぶことが出来ました。</p>
<h3>開発について</h3>
<p>プログラム:すみだわら</p>
<p>グラフィック:すみだわら</p>
<p>言語:C++</p>
<p>使用ライブラリ:Siv3d</p>
<p>使用ツール:Tiled(マップエディタ)</p>
<h3>URL</h3>
<p>GitHub<br><a href="https://github.com/sumidawara/pixel_shooter" target="_blank" rel="noopener">https://github.com/sumidawara/pixel_shooter</a></p>
<p>ダウンロードリンク(遊べます!)<br><a href="https://github.com/sumidawara/pixel_shooter/releases/tag/v1.0.0" target="_blank" rel="noopener">https://github.com/sumidawara/pixel_shooter/releases/tag/v1.0.0</a></p>
<p><br></p>
<!-- デミウルゴスが見つめている -->
<h1>デミウルゴスが見つめている</h1>
<p><img src="img/demiurugosu_ga_mitumeteiru.png" alt=""></p>
<h3>概要</h3>
<p>Godotで作成したゲームです。だるまさんが転んだ敵な感じでタイミングよく移動してゴールを目指すゲームです。ストーリーもついているので、是非遊んでいってください。</a></p>
<h3>開発について</h3>
<p>プログラム:すみだわら</p>
<p>グラフィック:すみだわら</p>
<p>音楽:友達</p>
<p>使用エンジン:Godot</p>
<h3>URL</h3>
<p>GitHub<br><a href="https://github.com/sumidawara/demiurge_is_watching_you" target="_blank" rel="noopener">https://github.com/sumidawara/demiurge_is_watching_you</a></p>
<p>Godot Player(遊べます!)<br><a href="https://godotplayer.com/games/demiurugosu_ga_mitumeteiru" target="_blank" rel="noopener">https://godotplayer.com/games/demiurugosu_ga_mitumeteiru</a></p>
<!-- Healthy Guy -->
<h1>Healthy Guy</h1>
<p><img src="img/healthy_guy.png" alt=""></p>
<h3>概要</h3>
<p>AnymindGroupのインターンで作成したAndroid向けのハイパーカジュアルゲームです。病原菌をラグドールにぶつけて、感染していく様を眺めて楽しむゲームです。変なゲームではありますが、ありがたいことにCPIがかなり低かったです。シェーダ―による表現のところを一番頑張りました。</a></p>
<h3>開発について</h3>
<p>プログラム:すみだわら</p>
<p>使用エンジン:Unity</p>
<h3>URL</h3>
<p>Google Play(遊べます!)<br><a href="https://play.google.com/store/apps/details?id=jp.fourm.virusgloves&hl=en" target="_blank" rel="noopener">https://play.google.com/store/apps/details?id=jp.fourm.virusgloves&hl=en</a></p>
<!-- Sort Eye Ball -->
<h1>Sort Eye Ball</h1>
<p><img src="img/sort_eye_ball.png" alt=""></p>
<h3>概要</h3>
<p>AnymindGroupのインターンで作成したAndroid向けのハイパーカジュアルゲームです。スリーマッチパズル的な感じで3つ同じ目玉を揃えて上位の目玉を作っていく感じのゲームです。</a></p>
<h3>開発について</h3>
<p>プログラム:すみだわら</p>
<p>3Dモデル:すみだわら</p>
<p>使用エンジン:Unity</p>
<h3>URL</h3>
<p>Google Play(遊べます!)<br><a href="https://play.google.com/store/apps/details?id=jp.fourm.sorteyeball&hl=en_NZ" target="_blank" rel="noopener">https://play.google.com/store/apps/details?id=jp.fourm.sorteyeball&hl=en_NZ</a></p>
<!-- リバーシ -->
<h1>リバーシ</h1>
<p><img src="img/reversi.png" alt=""></p>
<h3>概要</h3>
<p>GameMakerStudio2で作ったリバーシです。GameMaker使うぐらいならGodotを使った方がいいと個人的には思いました。</a></p>
<h3>開発について</h3>
<p>プログラム:すみだわら</p>
<p>使用言語:GameMakerLanguage</p>
<p>使用エンジン:GameMakerStudio2</p>
<h3>URL</h3>
<p>GitHub<br><a href="https://github.com/sumidawara/reversi" target="_blank" rel="noopener">https://github.com/sumidawara/reversi</a></p>
<!-- Tower Of Maze -->
<h1>Tower Of Maze</h1>
<p><img src="img/tower_of_maze.png" alt=""></p>
<h3>概要</h3>
<p>バンダイナムコのインターンで1日で作ったC++のゲーム。迷路のゲームです。</a></p>
<h3>開発について</h3>
<p>プログラム:すみだわら</p>
<p>使用言語:C++</p>
<h3>URL</h3>
<p>GitHub<br><a href="https://github.com/sumidawara/tower_of_maze?tab=readme-ov-file" target="_blank" rel="noopener">https://github.com/sumidawara/tower_of_maze?tab=readme-ov-file</a></p>
</div>
<div class="home-link">
<a href="./#works">Works一覧へ</a>
</div>
</div>
</article>
<div class="page-top" id="js-page-top">
<span class="material-icons-outlined">expand_less</span>
</div>
</main>
<!-- footer -->
<footer class="footer">
<div class="copyright">©TARO YAMADA</div>
</footer>
<!-- /footer -->
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type='text/javascript' src="js/script.js"></script>
</body>
</html>