PWL#6 web app.
[yukkurigames.com.git] / pwl6 / index.html
1 <!DOCTYPE html>
2 <html>
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 <noscript><style>.script { display: none !important; }</style></noscript>
8 <title>Pixel Witch Lesson #6 - Yukkuri Games</title>
9 </head>
10 <body>
11 <header>
12 <a href="/">
13 <img src="/logotype_horizontal_1.png" class=logo alt="(◕ ヮ ◕)">
14 <img src="/logotype_horizontal_2.png" class=optional
15 alt="Yukkuri Games">
16 </a>
17 <h1><span style="font-size: 70%">Pixel Witch Lesson #6</span></h1>
18 </header>
19 <main>
20 <p>
21 One of the first things new pixel witches must learn is how to
22 extract and refine the pixel-stones used for their spells.
23 Lesson #6 is a set of exercises to help you learn to find the
24 patterns in natural pixel-stone formations.
25 </p>
26
27 <iframe src="//itch.io/embed/11040" class="script"></iframe>
28 <noscript style="text-align: center">
29 <p>
30 You'll need JavaScript enabled to purchase the game, or to
31 play it in your browser.
32 </p>
33 </noscript>
34
35 <div class="screenshots">
36 <a href="pwl6-1.png"><img src="pwl6-1.png" alt="Screenshot - Main menu"></a>
37 <a href="pwl6-2.png"><img src="pwl6-2.png" alt="Screenshot - An early level"></a>
38 </div>
39
40 <div class="actionable">
41 <a href="/pwl6/play" class="script">Play Now</a>
42 <a href="http://git.yukkurigames.com/pwl6.git">Source Code</a>
43 </div>
44
45 <h2>Features</h2>
46 <ul>
47 <li>A difficult puzzle game you can take at your own pace.</li>
48 <li>Over a dozen puzzles. But not too many.</li>
49 <li>Calming soundtrack.</li>
50 </ul>
51
52 </main>
53 <footer>
54 <a href="/support.html">Support</a>
55 <a href="/privacy.html">Privacy Policy</a>
56 <a href="mailto:yuuSPAM@MAPSyukkurigames.com"
57 onclick="this.href=this.href.replace(/[A-Z]/g, '')">Contact</a>
58 </footer>
59 </body>
60 </html>