Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaychris/powerball
A lottery simulator which keeps generating lottery tickets until all 6 numbers match.
https://github.com/isaychris/powerball
cli lottery
Last synced: 14 days ago
JSON representation
A lottery simulator which keeps generating lottery tickets until all 6 numbers match.
- Host: GitHub
- URL: https://github.com/isaychris/powerball
- Owner: isaychris
- Created: 2018-11-11T23:23:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T23:33:41.000Z (about 6 years ago)
- Last Synced: 2024-11-09T13:40:38.998Z (2 months ago)
- Topics: cli, lottery
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# powerball
A lottery simulator which keeps generating lottery tickets until all 6 numbers match. Find out how lucky you are.Inspired by the $1.5B jackpot in 2016.
There are two versions included:
* version1.cpp = Keeps generating tickets until you win and displays how many tickets were bought.
* version2.cpp = Only generates one ticket.![Image](https://i.imgur.com/t2WAedZ.png)