summaryrefslogtreecommitdiff
path: root/00_blog/00030_Computer-Games
diff options
context:
space:
mode:
Diffstat (limited to '00_blog/00030_Computer-Games')
-rw-r--r--00_blog/00030_Computer-Games/00150_TU-Racer/index.md7
-rw-r--r--00_blog/00030_Computer-Games/00200_Inside-Out/index.md20
-rw-r--r--00_blog/00030_Computer-Games/00200_Inside-Out/insideout.mp4bin0 -> 1669010 bytes
-rw-r--r--00_blog/00030_Computer-Games/00200_Inside-Out/insideout.webmbin0 -> 1000359 bytes
4 files changed, 24 insertions, 3 deletions
diff --git a/00_blog/00030_Computer-Games/00150_TU-Racer/index.md b/00_blog/00030_Computer-Games/00150_TU-Racer/index.md
index 0fa52b7..b6fd943 100644
--- a/00_blog/00030_Computer-Games/00150_TU-Racer/index.md
+++ b/00_blog/00030_Computer-Games/00150_TU-Racer/index.md
@@ -5,10 +5,11 @@ My top rated Game Project from University Times implemented for the
legendary _Computergraphik_ II & III Courses.
You participate in deadly races around the Technical University, as well
-as in psychodelic worlds to earn money for your tuition fees, which the
-Austrian government just invented. (back then in 00s...)
+as in some psychodelic worlds to earn money for your tuition fees, which the
+Austrian government just invented, back then in the 2000s. :smile:
-The game is using a custom game engine based on raw OpenGL.
+The game and physics use a custom engine based on raw OpenGL, which was
+written from scratch.
<video controls>
<source src="turacer.mp4" type="video/mp4">
diff --git a/00_blog/00030_Computer-Games/00200_Inside-Out/index.md b/00_blog/00030_Computer-Games/00200_Inside-Out/index.md
new file mode 100644
index 0000000..f179141
--- /dev/null
+++ b/00_blog/00030_Computer-Games/00200_Inside-Out/index.md
@@ -0,0 +1,20 @@
+ June 2018
+# Inside Out
+
+This simple game is the fruit of my first experiments with the cross-platform
+2D/3D game engine Godot. Godot targets PC, mobile and web platforms.
+
+
+<video controls>
+<source src="insideout.mp4" type="video/mp4">
+<source src="insideout.webm" type="video/webm">
+ Sorry, Your browser does not support the video tag.
+
+</video>
+
+## Ref
+* <https://godotengine.org/>
+
+<!--
+source code locally in ~/miguel/nogit/godot_inside_out/
+-->
diff --git a/00_blog/00030_Computer-Games/00200_Inside-Out/insideout.mp4 b/00_blog/00030_Computer-Games/00200_Inside-Out/insideout.mp4
new file mode 100644
index 0000000..46eabbb
--- /dev/null
+++ b/00_blog/00030_Computer-Games/00200_Inside-Out/insideout.mp4
Binary files differ
diff --git a/00_blog/00030_Computer-Games/00200_Inside-Out/insideout.webm b/00_blog/00030_Computer-Games/00200_Inside-Out/insideout.webm
new file mode 100644
index 0000000..080ffb8
--- /dev/null
+++ b/00_blog/00030_Computer-Games/00200_Inside-Out/insideout.webm
Binary files differ