Tutorial: Creating an Asteroids Game in the Blender Game Engine

This is a Python coding tutorial on how to create a classic arcade game inside Blender. The ‘text to speech’ is a little odd, but it documents the process well. Recommended if you want to learn more about the Blender Game Engine! Also see the previous tutorial on creating the classic Snake game.
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

Excellent!!! easy to follow, press “p” to play should have been mentioned, but otherwise great tutorial…