Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix winning logic | Andinus | 2021-04-27 | 1 | -1/+1 |
| | | | | | Previously the winning logic was faulty, it sorted players by their wallets. Now it sorts them by their points. | ||||
* | Fix betting, winning logic | Andinus | 2021-04-27 | 1 | -2/+2 |
| | | | | | - The bet amount can be equal to the wallet. - Winning logic was flawed. | ||||
* | Initial implementation | Andinus | 2021-04-27 | 2 | -0/+111 |