So a while ago I posted a hideous, but working, example of what I was using as my leaderboard script. Having had a few months learning more about code, I have come up with a FAR more elegant solution to the problem! Enter Linq!
Leader boards are a pretty common thing in games. They’re actually pretty simple to implement once you get your head around it.
Continue reading “Leaderboard Script”
So equations are quite simple;
You have a number, an operator, and another number.
Simple… Until you try and pass in the variable from another script and try to follow BEDMAS or PEMDAS or whatever else you want to call the order of operations. Continue reading “Equation Programming”