Thread: For anyone who is imaginative...

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    249

    For anyone who is imaginative...

    For those of you who have played my "Xtreme Fight" game, I have an new idea but not sure how to use it. I want to have some kind of scoring system, like how the player can get points in a new mode. I could just have every kill be some points, but I wanted a more, I don't know, complex way of calculating it. Any ideas?

  2. #2
    Registered User
    Join Date
    Sep 2002
    Posts
    254
    number of hits-time taken(per enemy) = score?

  3. #3
    Registered User
    Join Date
    Oct 2002
    Posts
    21
    one hit = 1 point

    set up a counter. say 2 seconds.
    if they get another hit before the timer is up, up the points. hit =2
    and restart the counter. if they get another hit.... hit=3
    and so on.

    kills get more points. and say they you could also add that into the counter as well. say hit=5 then they get a kill....
    hit = hit * 2

    hope that helps.

  4. #4
    Registered User
    Join Date
    Mar 2002
    Posts
    249
    Wow! Sounds really cool...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Most imaginative "Nigerian Scam" yet?
    By adrianxw in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 04-29-2004, 02:58 AM