Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Gideros Game Template — Gideros Forum

Gideros Game Template

ar2rsawseenar2rsawseen Maintainer
edited February 2012 in Code snippets
Hello everybody,

Here is a template, I'm using in my games. It doesn't implement any game logic (well it does, but only for demonstration purpose), but it handles pretty much all the rest that is needed, leaving you with fun part - creating your game logic.

My code might be unreadable and seem unlogic, tried to comment it. But if you'll have questions, feel free to ask.

So here are current template features:
  • Start scene
    • With menu
  • Help page
    • With description text
  • Options
    • Ability to save settings
    • Toggle music and sounds as example
  • Package select
    • Using AceSlide
    • Packages read from external json file
  • Level Select
    • With provided level quantity (configured for up to 20 levels)
  • Level scene
    • Level reset
    • Pause/resume game
    • Next level logic
    • Sub menu
  • Locked/unlocked packs
    • Need to complete previous pack to unlock next one
  • Locked/unlocked levels
    • Need to complete previous level to unlock next one
  • Save current pack and level
    • To allow easy selecting from current state
  • Save game progress
    • Save unlocked packs an levels
  • Scores
    • Track and didplay score
    • Save highscore for each level
  • Background music example
  • Optional sounds example
  • Gideros Autoscaling
And a video demo:



I'm uploading it to my website, so I'd have only one place to update it, etc. (As I'll be using it myself, I hope it will be upgraded with more features, etc).

http://appcodingeasy.com/Gideros-Mobile/Gideros-Mobile-Game-Template

And of course, feel free to use it even in commercial projects ;)
+1 -1 (+9 / -0 )Share on Facebook
«13

Comments

Sign In or Register to comment.