Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. GDD: (Updated Jul 9) by Ron Marks
  2.  
  3. Objective: The goal of my game is to navigate your character, a ball, to the end zone by drawing platforms to roll on to dodge stationary spikes.
  4.  
  5. Core Loop: Open App → Awarded with coins?, go to shop?, try beat a few levels, unlock new levels, awarded with coins?, go to shop?.
  6.  
  7. Level Design: A typical level will have a start and end zone, with chunks of platforms missing for the player to fill in before starting to roll through towards the end. “No-Draw Zones” will become an issue to deal with for the player as well as spikes.
  8.  
  9. Technical: The controls will be tilting for moving, with an option for buttons. Drawing platforms is as simple as dragging your finger. The main menu will have a store where the player can buy skins, and a button to go to the level selector. There will be different worlds with about 10-15 levels each. I’ll need a character, platform, main scene, gameplay, and a store class, but initially I won’t include the store.
  10.  
  11. Milestones:
  12.  
  13. Week 1:
  14. Finish basic core mechanics
  15. Week 2:
  16. Debug mechanics, design levels
  17. Week 3:
  18. design levels, upgrade art, get user feedback
  19. Week 4:
  20. design levels, clean up app, get feedback
  21. Week 5:
  22. clean up app, finish final implementations
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement