summaryrefslogtreecommitdiff
path: root/00_blog/00030_Computer-Games/00200_Inside-Out
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-04-02 20:36:52 +0200
committerMiguel <m.i@gmx.at>2019-04-02 20:36:52 +0200
commit1017a2614c1708bac638fec5108b5dc83729f760 (patch)
tree1fb2d58fb757162fa03ccad631fbbd97f5afaaea /00_blog/00030_Computer-Games/00200_Inside-Out
parentb0f9cc1c78ddf0a9d0b6f23dc07817625dbe209c (diff)
some new stuff
Diffstat (limited to '00_blog/00030_Computer-Games/00200_Inside-Out')
-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
3 files changed, 20 insertions, 0 deletions
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