Monday, January 25, 2010

Final Game

OBJECTIVE

Theme: The theme of my game is to collect as many coins as you can.
Win: The way to win is to get to the castle without dying.
Lose: You lose by getting caught by the enemy and losing all 3 of your lives.

DETERMINE GAME GOALS

  1. One of the game goals is to collect as many coins as you can without getting caught by the enemy.
  2. The way the player advance to the next level is by reaching the guy (wario).
  3. The challenges they will face are mainly the enemies. Every time they reach another level the enemies will get stronger,
  4. Some other challenges is trying to get through the platform.
  5. There is going to be alot of challenges.

POSSIBLE OBJECT ELEMENTS

Objects: Some objects are the main character (waluigi), enemy (mario), the goal (wario).

Events: Going to the next level.

Actions: To get through the enemies without dying.

Wednesday, January 13, 2010

20 steps on making a platform game

20 Steps to Make a Platform Game

1. Get a sprite sheet and a tile set.
2. Go to publisher and crop every picture that showing movement.
3. Upload your sprite.
4. Click edit sprite.
5. Click animation then stretch and make as many pictures that you need.
6. Press show preview then click the check.
7. Make an object for the sprite and add all the details it needs.
8. Make another sprite which should be the platform.
9. Go to edit sprite and draw the sprite.
10. After that make, an object for the sprite platform.
11. Do a collision with sprite1 so it can walk across it without falling through.
12. Then load your tile set.
13. After you have loaded your tile set, load it as a background.
14. Next create your room.
15. Put your sprite in your room and the platform, you have to test it.
16. After testing it then you can add stuff from your tile set into your room.
17. You must put the tile set stuff in first then put the platform on top of it.
18. You must make sure that for you object platform that you un-check the visible tab and check solid.
19. After all of that then you can add anymore details you want to add to it...
20. Then test it to make sure its running right.