تفاصيل الدورة

Many games are based on levels, and most of those games have a screen where:

  • The user can choose a level to play.
  • Some levels are locked until previous levels have been played.
  • A number of stars are shown based on the player’s score for that level.

One of the most commonly asked game dev questions is, “How do I lock and unlock levels?” Until now I’ve tried to explain the concept to people but now I have a better answer…

The Outlaw Game Tools Level Manager
OGT Level Manager is a library you include in your game and then “tweak” some variables to specify which graphics you want to use, how many total levels you have, etc.

And then in your game it’s as easy as this to unlock the next level when the player has finished with the current level:

  unlockNextLevel()  

OGT Level Manager keeps track of which levels have been unlocked and it’s shown automatically when the player goes back to the level select screen!

If you’re using a “stars” system in your game, OGT Level Manager will even keep track of how many stars were earned on each level. And it’s this easy to use:

  updateStars(2)  

That one call will let OGT Level Manager know the player earned two stars on that level and it will automatically show the correct number on the level select screen.

Here are some of the features found in this library:

  • No limit to the number of levels.
  • Multiple pages with next and previous arrows.
  • One to three stars shown on levels (optional).
  • Use your own graphics. Using smileys instead of stars? No problem!
  • Tweak the position of level boxes, arrows, stars, numbers, etc.
  • One storyboard scene with data loaded for each level? Works that way.
  • One storyboard scene for each level? Works that way, too!

Basically, I’ve made it easy to drop in your own graphics, and then tweak the position of any that may need it by setting variables. Changing the actual code is not necessary.

Requirements:

  • Corona SDK (works with both the free and paid versions).
  • Use Storyboard in your game (does not work with Director).

OGT Level Manager comes with two sets of tutorial videos.

The first set is for those people who want to just use the library in their games and don’t really care about the stuff under the hood. These are the “basic how to use it” videos.

The second set dives in behind the scenes and shows you how things work. Just a word of warning, for this second set of videos I’m assuming you have at least an intermediate knowledge of using Corona SDK. I don’t start clear back at the “this is how you display a graphic” point. :)

The normal price for OGT Level Manager will be $29, but as a launch special it’s available now for just $19 — and that includes all updates for at least the next year! (Actually, I have no plans to ever charge for updates, but now you know you’re good for a year.)

You will save a LOT of time by using OGT Level Manager -- time you can spend working on the more fun parts of your new game!

تحديث بتاريخ 22 March, 2018
دورات يمكنك الالتحاق بها على الفور... خذ دورة عبر الإنترنت على Mobile Development ابتداءً من الآن. See all courses

قيِم هذه الصفحة