ÿþ<?xml version="1.0" encoding="UTF-16" standalone="yes"?> <?xml-stylesheet href="./css/page.css" type="text/css" media="all" charset="UTF-16"?> <?xml-stylesheet href="./css/content.css" type="text/css" media="all" charset="UTF-16"?> <?xml-stylesheet href="./css/form.css" type="text/css" media="all" charset="UTF-16"?> <!DOCTYPE html> <!--Requires XHTML5 and CSS3--> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Rialgar.de</title> <link rel="icon" href="./favicon.ico" type="image/x-icon"/> <link rel="icon" href="./favicon.png" sizes="16x16" type="image/png"/> <link rel="icon" href="./favicon%2032×32.png" sizes="32x32" type="image/png"/> <script src="./js/ajax.js" type="application/javascript" async="async" charset="UTF-16"/> <meta name="author" content="Xeno"/> </head> <body onload="setLinks();"> <div class="frame"> <header> <div class="divider"/> <div class="white_divider"/> <h1> <img src="./images/header.svg" alt="Rialgar.de"/> </h1> <div class="divider"/> <div class="white_divider"/> </header> <nav> <a href="./index.xhtml" type="application/xhtml+xml" rel="prefetch" id="index">News</a> <a href="./project.xhtml" type="application/xhtml+xml" rel="prefetch" id="project">Projects</a> <a href="./PoP.xhtml" type="application/xhtml+xml" id="PoP" rel="prefetch" class="current"><i>Planet of Plants</i></a> <a href="./about.xhtml" type="application/xhtml+xml" rel="prefetch" id="about">About</a> <a href="./contact.xhtml" type="application/xhtml+xml" rel="prefetch" id="contact">Contact</a> <a href="./impressum.xhtml" type="application/xhtml+xml" rel="prefetch" id="impressum" >Impressum</a> </nav> <section id="content"> <div class="divider"/> <h2>Projects</h2> <div class="divider"/> <article> <h3>Upcoming  LD23  Tenth Anniversary</h3> <img src="./images/Mr.%20Cool.png" alt=""/> <a class="to_applet" href="./LD23.xhtml" type="application/xhtml+xml" id="LD23_link">Ludum Dare 23 Preview</a> </article> <div class="divider"/> <article> <h3>LD22  <i>Adventures of [insert name here]</i></h3> <img src="./images/noimg.png" alt=""/> <p> My to entry for Ludum Dare 22, some simple Platformer, no enemies, you are ALONE.</p> <a class="to_applet" href="./Aoinh.xhtml" type="application/xhtml+xml" id="Aoinh_link">Start <i>Adventures of [insert name here]</i></a> </article> <div class="divider"/> <article> <h3>LD21  <i>Planet of Plants</i></h3> <img src="./images/PoP.png" alt=""/> <p>Someone was very frivolously experimenting with some plants, now his poison ivy has mutated. It got mega growth rate and developed a hunger for flesh, human flesh. </p> <p>When the military used nuclear weapons, everything became even worse, now it can assimilate other plants. Mankind has only one chance of survival: escape from earth! </p> <a class="to_applet" href="./PoP.xhtml" type="application/xhtml+xml" id="PoP_link">Start <i>Planet of Plants</i></a> </article> <div class="divider"/> <article> <h3><i>Gameplet</i></h3> <img src="./images/noimg.png" alt=""/> <p> This will be a little Java Applet Framework for rapid game developement (e.g. Ludum Dare). </p> <p> Not much up till now, just basic code to get the game loop running and to play sounds / music. </p> <a class="to_applet" href="./projects/Gameplet.zip" type="application/zip">Download <i>Gameplet</i></a> </article> <div class="divider"/> <article> <h3>LD20  <i>Fear of the Dark</i></h3> <img src="./images/FotD.png" alt=""/> <p> You control 4 people at once in a haunted manor full of ghosts. </p> <p>They all have flashlights. </p> <p>One alone cannot scare ghosts, two or three scar them and the ghosts flee. If all for flashlights hit a ghost, it vanishes. </p> <p>WARNING! MUSIC defaults to ON.</p> <a class="to_applet" href="./FotD.xhtml" type="application/xhtml+xml" id="FotD_link">Start <i>Fear ot the Dark</i></a> </article> <div class="divider"/> </section> <footer> <a href="./impressum.xhtml" type="application/xhtml+xml">Impressum</a> </footer> </div> <div class="overlay"/> <div id="applet"> <div class="applet_frame"> <header> <div> <div class="divider"/> <div class="white_divider"/> <h2>Planet of Plants</h2> <div class="divider"/> <div class="white_divider"/> </div> </header> <div class="applet"> <applet width="800" height="600" archive="http://www.rialgar.de/projects/PlanetOfPlants.jar" code="de.rialgar.ld21.Core.class"/> <div class="help"> <p>Press: <ul> <li>T for title menu, </li> <li>B for buildings, </li> <li>P for pause, </li> <li>M to toggle music, </li> <li>WASD or mouse in edges to scroll. </li> </ul> </p> </div> </div> <footer> <a href="./impressum.xhtml" type="application/xhtml+xml" id="impressum_link">Impressum</a> </footer> <a href="./project.xhtml" type="application/xhtml+xml" id="project_link" title="Close">×</a> </div> </div> </body> </html>