Let's say you'd race in a tournament with 7 opponents (7 opponents would be a good number , 8 player tournaments ftw).
You'd let the player race and display his score. For example 335.
Now you have 7 opponents which also "raced". Make a list of which one is the best driver, you could do this random each game. The best driver gets a higher randInt(low,high) output. So you'd randInt around a bit for all opponents and you'd end up with like.
CPU3: 589
CPU6: 550
CPU1: 459
CPU5: 402
P1: 335
CPU2: 320
CPU4: 250
CPU7: 89
Then give points etc. and after several races you have a winner! :paf:
