Sweet home of Wituz
Stay in touch
  • Home
  • Tutorials
    • GameMaker >
      • Beginner >
        • Create a maze game with levels
        • Create a very simple hit-the-ball game
        • Load/save your game
        • Physics in GameMaker!
      • Intermediate >
        • Create a tower defense game!
        • Split-screen Multiplayer - GameMaker:Studio Tutorial
        • Save and Load Objects using INI files - GameMaker:Studio Tutorial
        • Smooth Camera in GameMaker Using Views
        • Multitouch on devices
    • Unity >
      • Beginner >
        • Create a marble roller game in Unity
        • Make a burning meteor using particle systems in Unity 5
      • Intermediate >
        • Using Character Controllers in Platform Games (Unity 5)
    • Miscellaneous >
      • Make your own "Twitch-Plays" stream
      • Generate a normal map from just one texture
      • Sort your messy folders
      • Modelling a planet in Blender
    • Video tutorials >
      • Make Playstation 1 games
  • Blog
  • Creations
    • Games
    • Apps
  • Contact

A combo system. A .. Combo system?

7/6/2015

0 Comments

 
Hello there fellow Wituz'ers. 
Today I'll be talking about something related to the game, A Snail Tale, which is in development at the moment. If you don't know about it, be sure to check it out at http://asnailtale.com.
The blog will now be updated each week. Lots of good content will be coming out here.


When that's said, let's jump straight to the combo's. 
I am supposed to write a combo system for A Snail Tale, and I'm going to let you in on how the structure of it probably is going to be like. 

So first, what is a combo?
Well, in a fighting game, combos are combinations of key pressed within a time interval. If you press the right keys, you'll maybe get the player to throw the enemy, or to summon a dinosaur, or whatever your crazy fantasy can imagine. 
Picture
So by using combos, you can expand the current set of keys, and make the game even more fun and advanced. That sounds sweet. Let's grab an example for those of you who still don't know what a combo is. 

To make the player DOUBLE JUMP he needs to press the X key twice within a half seconds. The structure of the combo would be something like:

Listen for the key X ->
Make the player jump. Start a timer ->
Listen for the key X ->
If the timer is less than 0.5, make the player jump again.

That's easy to use if you only need one combo. But what if you need 10.000 combos?
Always think in universal ways when programming. No exceptions. 
On monday, in the next week, we will make a universal combo system. 
Afterwards, we will implement it in Unity. 
And I'll show you a scene from A Snail Tale. 

0 Comments



Leave a Reply.

    Stay tuned!

    RSS Feed

    If you wish to get notified or simply see whenever something gets updated on Wituz, simply, like the facebook page, or follow Wituz on twitter.

    Archives

    April 2020
    April 2018
    April 2016
    March 2016
    July 2015
    May 2015
    March 2015
    January 2015
    December 2014

Now
2018-04-17


I'm back!
http://www.wituz.com/blog/im-back​
  • Home
  • Tutorials
    • GameMaker >
      • Beginner >
        • Create a maze game with levels
        • Create a very simple hit-the-ball game
        • Load/save your game
        • Physics in GameMaker!
      • Intermediate >
        • Create a tower defense game!
        • Split-screen Multiplayer - GameMaker:Studio Tutorial
        • Save and Load Objects using INI files - GameMaker:Studio Tutorial
        • Smooth Camera in GameMaker Using Views
        • Multitouch on devices
    • Unity >
      • Beginner >
        • Create a marble roller game in Unity
        • Make a burning meteor using particle systems in Unity 5
      • Intermediate >
        • Using Character Controllers in Platform Games (Unity 5)
    • Miscellaneous >
      • Make your own "Twitch-Plays" stream
      • Generate a normal map from just one texture
      • Sort your messy folders
      • Modelling a planet in Blender
    • Video tutorials >
      • Make Playstation 1 games
  • Blog
  • Creations
    • Games
    • Apps
  • Contact