Showing posts with label Year 9. Show all posts
Showing posts with label Year 9. Show all posts

Monday, 29 May 2017

Game design with blender and python #1

I have made a basic game on scratch then I used python to make another basic game.Now I am using blender to create a easy and fun game. In blender I can move my character around and now I am working on creating the game. In blender I have set up the w,s,a and d keys to move around and I'm also setting up the space key to jump.


Blender is a game engine which uses logic to create a game. The first thing I did was setting up the wsad and space key using the controllers actuators and sensors. After that I added in gravity and a platform I also went and added coins so there is an objective in the game. I set up a score board at the top of the screen to show many coins you have collected and i also set up platform you have to jump to to get the coins.

My next step in blender is to make my start and Finnish screens. i also want to create more than one stage in the game to play.


Wednesday, 12 April 2017

Designing a game on Python

As a student I am learning how to use Python and Pygames to design a simple turtle game. I will learn how to import the turtle graphics and how to program the turtle to do what I want it to do. I will be using a Python idle window to run my program/game.

How trinket works :
You put your code on one side and write it so the turtle will do what you want. Once you are do with that you click run and the turtle will do what you wrote in code. There are websites that show you how to use the code and what to put in so you can get colors. I think trinket is very fun and interesting and I would like to do a lot of work with it.