Advertisement

You're blocking ads, which pay for BlenderNation. Read about other ways to support us.

Tutorial: Creating an Asteroids Game in the Blender Game Engine

1

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

1 Comment

Leave A Reply

To add a profile picture to your message, register your email address with Gravatar.com. To protect your email address, create an account on BlenderNation and log in when posting a message.

Advertisement

×