summaryrefslogtreecommitdiff
path: root/00_blog/00030_Computer-Games/00110_Blender-Ball-Maze
diff options
context:
space:
mode:
Diffstat (limited to '00_blog/00030_Computer-Games/00110_Blender-Ball-Maze')
-rw-r--r--00_blog/00030_Computer-Games/00110_Blender-Ball-Maze/ballmaze.mp4bin0 -> 1277005 bytes
-rw-r--r--00_blog/00030_Computer-Games/00110_Blender-Ball-Maze/ballmaze.webmbin0 -> 730823 bytes
-rw-r--r--00_blog/00030_Computer-Games/00110_Blender-Ball-Maze/index.md18
3 files changed, 18 insertions, 0 deletions
diff --git a/00_blog/00030_Computer-Games/00110_Blender-Ball-Maze/ballmaze.mp4 b/00_blog/00030_Computer-Games/00110_Blender-Ball-Maze/ballmaze.mp4
new file mode 100644
index 0000000..396e3c4
--- /dev/null
+++ b/00_blog/00030_Computer-Games/00110_Blender-Ball-Maze/ballmaze.mp4
Binary files differ
diff --git a/00_blog/00030_Computer-Games/00110_Blender-Ball-Maze/ballmaze.webm b/00_blog/00030_Computer-Games/00110_Blender-Ball-Maze/ballmaze.webm
new file mode 100644
index 0000000..9ded902
--- /dev/null
+++ b/00_blog/00030_Computer-Games/00110_Blender-Ball-Maze/ballmaze.webm
Binary files differ
diff --git a/00_blog/00030_Computer-Games/00110_Blender-Ball-Maze/index.md b/00_blog/00030_Computer-Games/00110_Blender-Ball-Maze/index.md
new file mode 100644
index 0000000..3e22fab
--- /dev/null
+++ b/00_blog/00030_Computer-Games/00110_Blender-Ball-Maze/index.md
@@ -0,0 +1,18 @@
+ June 2017
+# Ball Maze
+
+A quick little game put together using **Blender**'s built-in **Game Engine**.
+Now I regret not setting up a shadow to easier understand the position of the
+ball. Note that the Game Engine will most probably not be part of Blender 2.8 anymore.
+
+<video controls>
+<source src="ballmaze.mp4" type="video/mp4">
+<source src="ballmaze.webm" type="video/webm">
+ Sorry, Your browser does not support the video tag.
+
+</video>
+
+<!--
+I keep this game locally in ~/nogit/blender_ball_maze
+not sure where the original blender file / source code is..
+-->