Tutorial: Creating an Asteroids Game in the Blender Game Engine

DragonLEE writes:

How to make asteroids ( Classic Arcade ) game in BGE. and python programming.
Simple space sheep and rocks modelling.

Using:
bge.logic.getCurrentController()
bge.logic.getCurrentScene()
bge.logic.endGame()
bge.logic.keyboard
bge.events
addObject()
applyMovement()
applyRotation()
worldPosition
worldOrientation

Advertisement