Remove iOS 8 promise, WebGL is pretty buggy still.
[yukkurigames.com.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta name=viewport content="width=device-width, initial-scale=1">
6 <link rel="stylesheet" href="css/main.css" type="text/css">
7 <link rel=apple-touch-icon sizes=256x256 href=favicon_256.png>
8 <link rel=icon sizes="16x16 32x32 48x48" href=favicon.ico>
9 <link rel=icon sizes=128x128 href=favicon_128.png>
10 <link rel=icon sizes=192x192 href=favicon_192.png>
11 <link rel=icon sizes=256x256 href=favicon_256.png>
12 <title>Yukkuri Games</title>
13 <style>
14 /* Reset usual header CSS */
15 header {
16 border: none;
17 height: 13em;
18 text-align: center;
19 background-color: transparent;
20 margin-top: 0;
21 }
22
23 header img {
24 float: none;
25 }
26
27 </style>
28 </head>
29
30 <body>
31 <header>
32 <a href="aboutus.html">
33 <img src="logotype.png" class=logo alt="Yukkuri Games">
34 </a>
35 </header>
36 <main>
37 <h2>Games</h2>
38 <ul class=game-preview>
39 <li>
40 <a href="http://yukkuri.itch.io/pwl6">
41 <img src="thumbnails/pwl6.png" alt=Icon>
42 </a>
43 <div class=info>
44 <h4><a href="http://yukkuri.itch.io/pwl6">Pixel Witch Lesson&nbsp;#6</a></h4>
45 <ul>
46 <li>2014</li>
47 <li>Windows, OS X, GNU/Linux</li>
48 </ul>
49 <p>
50 Puzzles for witches-in-training.
51 </p>
52 </div>
53 </li>
54 </ul>
55 <h2>For Games</h2>
56 <ul class=game-preview>
57 <li>
58 <a href="http://mlpccg-meta.yukkurigames.com/">
59 <img src="thumbnails/mlpccg-meta.png" alt=Icon>
60 </a>
61 <div class=info>
62 <h4>
63 <a href="http://mlpccg-meta.yukkurigames.com/">
64 meta is magic
65 </a>
66 </h4>
67 <p>
68 Use the magic of computers to help explain why your deck
69 is losing MLP CCG tournaments.
70 </p>
71 <ul>
72 <li>2014</li>
73 <li>Browser</li>
74 </ul>
75 </div>
76 </li>
77
78 <li>
79 <a href="/heroik/heroik.html">
80 <img src="/heroik/favicon_256.png" alt=Icon>
81 </a>
82 <div class=info>
83 <h4><a href="/heroik/heroik.html">Hero: Immortal King Scenario Generator</a></h4>
84 <p>
85 Random scenarios and
86 <a href="/heroik/variants.html">variant rules</a> for
87 the dungeon-crawling card game
88 <em>Hero: Immortal King</em>.
89 </p>
90 <ul>
91 <li>2014</li>
92 <li><a href="support.html#mobile">(Mobile) Browser</a></li>
93 </ul>
94 </div>
95 </li>
96
97 <li>
98 <a href="/mlpccg/mlpccg.html">
99 <img src="/mlpccg/favicon_256.png" alt=Icon>
100 </a>
101 <div class=info>
102 <h4><a href="/mlpccg/mlpccg.html">MLPCCG Helper</a></h4>
103 <p>
104 Play the <em>My Little Pony</em> <a href="http://enter-play.com/products/mlpccg.html">collectible card game</a>
105 even if, like us, you can't remember three numbers at
106 the same time.
107 </p>
108 <ul>
109 <li>2014</li>
110 <li><a href="support.html#mobile">(Mobile) Browser</a></li>
111 </ul>
112 </div>
113 </li>
114
115 <li>
116 <a href="/labelle/">
117 <img src="/labelle/icon_128x128.png" alt=Icon>
118 </a>
119 <div class=info>
120 <h4><a href="/labelle/">Labelle Litanizer</a></h4>
121 <p>
122 Investigate the non-human with outfit-oriented ontology.
123 </p>
124 <ul>
125 <li>2013</li>
126 <li><a href="support.html#mobile">(Mobile) Browser</a></li>
127 </ul>
128 </div>
129 </li>
130
131 <li>
132 <a href="http://psvzipper.appspot.com/">
133 <img src="thumbnails/psvzipper.png" alt=Icon>
134 </a>
135 <div class=info>
136 <h4><a href="http://psvzipper.appspot.com/">Vita Background Generator</a></h4>
137 <p>
138 Tetsuya Nomura Simulator, if his job was drawing
139 backgrounds for your PlayStation Vita.
140 </p>
141 <ul>
142 <li>2012</li>
143 <li>Browser</li>
144 </ul>
145 </div>
146 </li>
147 <li>
148 <a href="/enjoyable/">
149 <img src="thumbnails/enjoyable.png" alt=Icon>
150 </a>
151 <div class=info>
152 <h4><a href="/enjoyable/">Enjoyable</a></h4>
153 <p>
154 Map controller inputs to mouse and keyboard events. Many
155 of your games will become more fun.
156 </p>
157 <ul>
158 <li>2013</li>
159 <li>Mac OS X 10.7+</li>
160 </ul>
161 </div>
162 </li>
163 </ul>
164
165 <h2>Not Games (Yet?)</h2>
166 <ul class=game-preview>
167 <li>
168 <a href="/string-lerp/">
169 <img src="thumbnails/string-lerp.png" alt=Icon>
170 </a>
171 <div class=info>
172 <h4><a href="/string-lerp/">String Lerp</a></h4>
173 <p>
174 Animate one string progressively changing into another.
175 </p>
176 <ul>
177 <li>2014</li>
178 <li>JavaScript Module (Browser, Node)</li>
179 </ul>
180 </div>
181 </li>
182 <li>
183 <a href="/webcart1000/">
184 <img src="thumbnails/webcart1000.png" alt=Icon>
185 </a>
186 <div class=info>
187 <h4><a href="/webcart1000/">WEBCART1000</a></h4>
188 <p>
189 Share save files between multiple browser-based games.
190 </p>
191 <ul>
192 <li>2013</li>
193 <li>JavaScript Module (Browser)</li>
194 </ul>
195 </div>
196 </li>
197 <li>
198 <a href="https://code.google.com/p/python-bulletml">
199 <img src='thumbnails/bulletml.png' alt=Icon>
200 </a>
201 <div class=info>
202 <h4>
203 <a href="https://code.google.com/p/python-bulletml">
204 python-bulletml
205 </a>
206 </h4>
207 <p>
208 Parse and run BulletML scripts in Python.
209 </p>
210 <ul>
211 <li>2010</li>
212 <li>Python Module (2.6+, 3.x)</li>
213 </ul>
214 </div>
215 </li>
216 </ul>
217 <h2>Game Jams</h2>
218 <ul class=game-preview>
219 <li>
220 <a href="/123456789/">
221 <img src="/thumbnails/123456789.png" alt=Icon>
222 </a>
223 <div class=info>
224 <h4><a href="/123456789/">123456789</a></h4>
225 <p>
226 A puzzle-<wbr>paean
227 from <a href="http://www.gamesetwatch.com/2007/03/column_beyond_tetris_nemesis_f_1.php">one
228 forgotten input chimera</a> to another near extinction.
229 </p>
230 <ul>
231 <li>2013</li>
232 <li>LD26, "minimalism"</li>
233 <li>Browser</li>
234 </ul>
235 </div>
236 </li>
237 <li>
238 <a href="/pphs/">
239 <img src="/thumbnails/rogue1980.png" alt=Icon>
240 </a>
241 <div class=info>
242 <h4><a href="/pphs/">Rogue (1980)</a></h4>
243 <p>
244 Speculative digital archaeology. Also, a poorly-balanced
245 dungeon-crawler-<em>cum</em>-flirting-minigame.
246 </p>
247 <ul>
248 <li>2013</li>
249 <li><a href="http://www.electricopolis.net/2013/03/29/pphs-jam/">♥♡♥PPHS♥♡♥</a></li>
250 <li>Version 7 Unix, 4.2BSD, IBM PC</li>
251 </ul>
252 </div>
253 </li>
254
255 <li>
256 <a href="/matrixcreatrix/">
257 <img src="/thumbnails/matrixcreatrix.png" alt=Icon>
258 </a>
259 <div class=info>
260 <h4><a href="/matrixcreatrix/">Matrix Creatrix</a></h4>
261 <p>
262 Whatever the opposite of color-matching games are, while
263 still being a color-matching game.
264 </p>
265 <ul>
266 <li>2012</li>
267 <li>LD23, "tiny world"</li>
268 <li>Browser (Perlenspiel)</li>
269 </ul>
270 </div>
271 </li>
272
273 <li>
274 <a href="http://pyweek.org/e/kuri/">
275 <img src="/thumbnails/featherfall.png" alt=Icon>
276 </a>
277 <div class=info>
278 <h4><a href="http://pyweek.org/e/kuri/">Feather Fall</a></h4>
279 <p>
280 High-flying fast-falling arcade action.
281 </p>
282 <ul>
283 <li>2009</li>
284 <li>PyWeek #9, "feather"</li>
285 <li>GNU/Linux, Windows</li>
286 </ul>
287 </div>
288 </li>
289 <li>
290 <a href="http://pyweek.org/e/Yukkuri/">
291 <img src="/thumbnails/lagomorph.png" alt=Icon>
292 </a>
293 <div class=info>
294 <h4><a href="http://pyweek.org/e/Yukkuri/">I Am Lagomorph</a></h4>
295 <p>
296 Tend a farm threatened by undead bunnies and
297 poop. Unfinished and unstable.
298 </p>
299 <ul>
300 <li>2009</li>
301 <li>PyWeek #8, "get off my lawn"</li>
302 <li>? (Python, OpenGL)</li>
303 </ul>
304 </div>
305 </li>
306 </ul>
307 </main>
308 <footer>
309 <a href="support.html">Support</a>
310 <a href="privacy.html">Privacy Policy</a>
311 <a href="mailto:yuuSPAM@MAPSyukkurigames.com"
312 onclick="this.href=this.href.replace(/[A-Z]/g, '')">Contact</a>
313 </footer>
314 </body>
315 </html>