Here are some challenges for you to try when you don't feel like making a full game.  Completing them will help you to build skills that you can use to make your games better.

They are split into easy, medium or hard difficulty levels.  Try to complete each challenge yourself before downloading a solution.  Remember there will often be several different ways to solve the same problem.

Contributions for this page are welcome.  You can suggest a challenge or send in a solution.  Solutions must be sent in as .gm6 files.  Do not send .exe files. Email your suggestions or solutions, together with your first name, school and grade to mmeijers at ictmindtools.net

Easy Challenges    Medium Challenges    Hard Challenges


Easy Challenges

Number Challenge Hints Possible Solutions
E1 Change sprites for your character, depending on which direction they are moved. ie have left and right facing sprites, a sprite for moving up or down and a stopped sprite. Use change sprite Left_and_Right.gm6 contributed by Odys Zawalski
E2 Make a person shoot a bullet in a random direction when the space bar is pressed.     

E3

Do not allow the player to shoot more often than once every second.    
E4 You have to hit a character with a bullet 3 times before it dies.    
E5 Make an explosion appear when you hit something.    

Medium Challenges

Number Challenge Hints Possible Solutions
M1 Make one object follow another. Use Move towards a point Example 1
M2 Push an object.    
M3 Make a character shoot in the direction it is facing Set the character's direction using 0, 90, 180, 270.  Set the bullet's direction to be the same as character.direction Example 1
M4 Make the mouse pointer look different.    
M5      

Hard Challenges

Number Challenge Hints Possible Solutions
H1 Make a vehicle point in whatever direction it is travelling. With the registered version you can rotate sprites Example 1
H2      
H3      
H4      
H5