I want to create a 5 reels slot machine calculation system and I'm not sure what approach to take.
I understand that there is a lot of math within it, especially if I want the machine to be enjoyable to a player.
Are there any tips/links for that? Was looking for info at the web but they discuss on it from the player's perspective rather than the developer's perspective, in all cases I've found.
Just to make it clear; I'm not after the user interface stuff, but only after the internal machine's payout calculation, which will make sure the house gets a revenue while maintaining good playability.
Programming language would be C++, yet I'm fine with others.