falling diamond is a little game made with game maker. in this game you are an adventurer who search...

9
Falling Diamonds HOW CAN I MAKE MY GAME ?

Upload: grace-jacobs

Post on 19-Jan-2016

219 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Falling Diamond is a little game made with Game Maker. In this game you are an adventurer who search diamonds. But some fireballs fall and you must

Falling Diamonds

HOW CAN I MAKE MY GAME ?

Page 2: Falling Diamond is a little game made with Game Maker. In this game you are an adventurer who search diamonds. But some fireballs fall and you must

What is Falling

Diamonds ?

Page 3: Falling Diamond is a little game made with Game Maker. In this game you are an adventurer who search diamonds. But some fireballs fall and you must

Falling Diamond is a little game made with Game Maker. In this game you are an adventurer who search diamonds. But some fireballs fall and you must dodge them !

Page 4: Falling Diamond is a little game made with Game Maker. In this game you are an adventurer who search diamonds. But some fireballs fall and you must

How I makethis game ?

Page 5: Falling Diamond is a little game made with Game Maker. In this game you are an adventurer who search diamonds. But some fireballs fall and you must

Game Maker is a software. There are many products : GameMaker Studio : FREEStudio Standart : 49.99$Studio Professionnal : 99.99$Master Collection : 499.99$

With the Master Collection we can make game for iOs, windowsPhone, Android, Windows, Mac OS, and the web !

GameMaker is for everyone !!!

GameMaker allow you to create a very simple game and very fast !

Page 6: Falling Diamond is a little game made with Game Maker. In this game you are an adventurer who search diamonds. But some fireballs fall and you must

A game work with events. ( An example below with the screenshot )

If character touch a fireball

Show the highscor

e

Restart the game

Page 7: Falling Diamond is a little game made with Game Maker. In this game you are an adventurer who search diamonds. But some fireballs fall and you must

Where is maths ?

Page 8: Falling Diamond is a little game made with Game Maker. In this game you are an adventurer who search diamonds. But some fireballs fall and you must

Maths is everywhere !

-When the fireball touch the floor, the fireball jump to a random position ( random X and Y )

-When the game end, your score is compare to give your position ( first, second, third …)

-When the character touch a diamond, the score is increase to 50 ( score + 50 )

Page 9: Falling Diamond is a little game made with Game Maker. In this game you are an adventurer who search diamonds. But some fireballs fall and you must

Falling_Diamond_AxNe0n.exe

Now we can play !