blob: 3e22fabe72876a9d69c1831e5a5ba392fb5b0674 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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..
-->
|