Blender Game Demo Gallery
This file contains links to simple blender games that each illustrate a
few properties of the blender game engine. You may want to jump down
to the end of the page to see some of the Resources
used to make these games.
-
door.blend
This is a simple scene with a door you can open and close
download door.blend
The license is Creative Commons: Attribution-NonCommercial-ShareAlike
-
pinball2.blend
This is a pinball board with two balls and two flippers
The flippers are controlled by P and Q
download pinball2.blend
The license is Creative Commons: Attribution-NonCommercial-ShareAlike
-
simpleactions.blend
This generates a cylinder and some boxes that communicate via
messages and properties
download simpleactions.blend
The license is Creative Commons: Attribution-NonCommercial-ShareAlike
-
gameboard2.blend
This is a gameboard with a dynamic cube
you can manipulate with the arrow keys
download gameboard2.blend
The license is Creative Commons: Attribution-NonCommercial-ShareAlike
-
gameboard4.blend
This version has some game logic (you need to hit the red ball
30 times before 100 seconds have elapsed) and some camera
control (using keys 1,2,3 to switch views) and some IPO actions
the ball changes color when hit.
download gameboard4.blend
The license is Creative Commons: Attribution-NonCommercial-ShareAlike
-
gameboard5b.blend
This is an extension of gameboard4 with a few more features...
download gameboard5b.blend
The license is Creative Commons: Attribution-NonCommercial-ShareAlike
-
game-for-ryan.blend
This is the beginning of a game where the goal is to clear the decks
of the various size balls. This game is enclosed in a game box with
interesting blob textures.
download game-for-ryan.blend
The license is Creative Commons: Attribution-NonCommercial-ShareAlike
-
woodfloor-mazegame.blend
This is the beginning of a game where the goal is to touch all
of the game balls, each of which is controlled by a python script.
download woodfloor-mazegame.blend
The license is Creative Commons: Attribution-NonCommercial-ShareAlike
-
splashscreen.blend
This is the beginning of a game which shows how to create an
initial splash screen using an image uv-textured onto a plane.
download splashscreen.blend
The license is Creative Commons: Attribution-NonCommercial-ShareAlike
Resources used to create these games