Monday, 29 May 2017

Game Design With Blender And Python #1

I Created a game on Scratch, which was a ball game and a bird dodging game. I had to write down the code and I have made spirits move around with either the arrow keys or the mouse courser. I have designed the code for the game to work properly but I didn't finish the bird dodging game. I also created a game on python and it had a green spirit and a blue background, I had to write the code fully and I had have imported in the template, the spirit and all the color for the background. Now I'm designing a game on blender and I'm making a cube move along with the WASD keys and to jump with the SPACE key

Blender is a game designing program that uses game logic windows showing sensors, logic controllers and actuators (basically stuff that happens). In Blender I have made a 3D cube and made it move around with the WASD keys and making it jump with the SPACE bar by using the  sensors, controllers and actuators codes. I placed in a green platform for the cube to move on and coins that the cube cant collect them yet.

My next step is to make the coins collectible and to make the next level with blocks that the cube uses collision so you can jump on them to collect coins on them (basically just to add an extra challenge.