===================== Blender Game Engine ===================== There are two ways to create games with Blender and Python. Firstly the object-oriented way, wherein every object has it's own script, which is executed every frame. Secondly the way, wherein the game runs in a mainloop, which calls the different funcions of the objects (like in pygame). Both use cases are shown in the following sections. .. toctree:: :maxdepth: 1 a_introduction Game I ====== .. toctree:: :maxdepth: 1 c_mainloop e_object_oriented Game II ======= .. toctree:: :maxdepth: 1 ga_sokoban_idea gb_sokoban_code