Andrea Franceschini vor 2 Jahren
Ursprung
Commit
3026e3b38f
4 geänderte Dateien mit 21 neuen und 0 gelöschten Zeilen
  1. BIN
      images/rfk2d-2x.jpg
  2. BIN
      images/rfk2d-2x.webp
  3. BIN
      images/rfk2d.jpg
  4. 21 0
      pages/development.php

BIN
images/rfk2d-2x.jpg


BIN
images/rfk2d-2x.webp


BIN
images/rfk2d.jpg


+ 21 - 0
pages/development.php

@@ -41,6 +41,27 @@ $twitter_image = 'images/phd-app-2x.jpg';
 			<h2>Things I've done</h2>
 			<p>Enough talk, let's see some of the projects I worked on over the years.</p>
 		</section>
+		<section class="project full col-start-1 sm:col-span-2 border-t-2 pb-3" id="project_rfk2d">
+			<section class="_left sm:float-left sm:w-1/2 sm:pr-1">
+				<h3>Robot Finds Kitten 2D for Godot Engine</h3>
+			</section>
+			<section class="_right sm:float-right sm:w-1/2 sm:pl-2">
+				<figure>
+					<a href="#" data-featherlight="<?=$baseurl?>images/rfk2d-2x.jpg">
+						<picture>
+							<source srcset="<?=$baseurl?>images/rfk2d-2x.webp" type="image/webp" />
+							<source srcset="<?=$baseurl?>images/rfk2d.jpg 1x, <?=$baseurl?>images/rfk2d-2x.jpg 2x" type="image/jpeg" />
+							<img class="rounded" srcset="<?=$baseurl?>images/rfk2d.jpg" alt="Robot Finds Kitten 2D for Godot Engine" />
+						</picture>
+					</a>
+				</figure>
+			</section>
+			<section class="_left sm:float-left sm:w-1/2 sm:pr-1">
+				<p>I wanted to learn <a href="https://godotengine.org/">Godot</a> so I made a port of the <a href="http://robotfindskitten.org/">famous zen simulation</a> Robot Finds Kitten which you can <a href="https://rfk.morpheu5.net/2d" title="Play Robot Finds Kitten 2D online for free!">play online here</a> for free! No ads! Pure zen!<p>
+				<p><strong>Technologies</strong>: Godot Engine.</p>
+				<p><a href="//www.github.com/Morpheu5/RFK_Godot2D"><strong>Source code</strong></a></p>
+			</section>
+		</section>
 		<section class="project full col-start-1 sm:col-span-2 pb-3" id="project_circularbells">
 			<section class="_right sm:float-right sm:w-1/2 sm:pl-1">
 				<h3>Circular Bells</h3>