How to implement an experience system?

Posted by Roflcoptr on Game Development See other posts from Game Development or by Roflcoptr
Published on 2011-02-24T09:50:30Z Indexed on 2011/02/24 15:33 UTC
Read the original article Hit count: 376

Filed under:
|

I'm currently writing a small game that is based on earning experiences when killing enemies. As usual, each level requires more experience gain than the level before, and on higher levels killing enemies awards more experience.

But I have problem balancing this system. Are there any prebuild algorithms that help to caculate how the experience curve required for each level should look like? And how much experience an average enemy on a specific level should provide?

© Game Development or respective owner

Related posts about algorithm

Related posts about experience