about summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix winning logicAndinus2021-04-271-1/+1
| | | | | Previously the winning logic was faulty, it sorted players by their wallets. Now it sorts them by their points.
* Fix betting, winning logicAndinus2021-04-271-2/+2
| | | | | - The bet amount can be equal to the wallet. - Winning logic was flawed.
* Initial implementationAndinus2021-04-272-0/+111