Menu
Home Page

Computing

Game Creation (coding)

 

For todays coding challenge Mr Aitken has set a game creation 2do, you will need to complete each section of your game before moving onto the next. The keywords for this game are :

 

Design Mode

Design mode is used to create the user interface of a computer game. Using design mode you can create objects and move them around on the screen.

 

Action

Actions are types of commands which are run on particular objects. Actions can be used to move an object, for example "UP" "DOWN" or "STOP".

 

Collision Detection

Detecting when two sprites on the screen bump into each other. They are used in games to detect when a character hits an object.

 

The 2do is the catching game.

 

Use the link below to access PurpleMash.

Top