Search Unity

Handling bet amounts

Discussion in 'Game Design' started by SamohtVII, Mar 7, 2021.

  1. SamohtVII

    SamohtVII

    Joined:
    Jun 30, 2014
    Posts:
    370
    I have a racing game where like GTAV you can place a bet amount on yourself to win. The race could have 2 - 10 racers and you can bet any amount you want.
    What would be a fair way to code in your winning amoutns?
    A bet of $1000 in a 1v1 race shouldn't be the same as a $1000 bet in a 1v10 racer right?
    BetAmount x NumberOfRacers / Position maybe?

    Thoughts?
     
  2. EternalAmbiguity

    EternalAmbiguity

    Joined:
    Dec 27, 2014
    Posts:
    3,144
    It could be as deep as you want it to be. You could incorporate race difficulty, previous player performance, probably other things.
     
    Joe-Censored and Antypodish like this.