Roulette program that keeps track
Budget: $15 – $25 USD
User inputs a number from the roulette wheel and amount of bet, the number is tied to three descriptions:
1) Even or Odd
2) Red or Black
3) 1 to 18 or 19 to 36
When 3 of the variables are in a row (3 even), the program tells user to place 1st bet on odd. If even shows up again, program tells user to place 2nd bet on odd. If even shows up, program resets the count. If odd shows up, program resets the count and keeps track of $ amount won and lost. The program should keep a count of all outcomes up to a max of 5 times.
It would be great if the count can be changed by the user. For example, right now the user is waiting for 3 outcomes in a row to be able to bet. It would be great if the user can set the threshold to 2 outcomes in a row or 6 outcomes in a row and to have betting phases of up to 20 times (whatever the user wants to set it to). It should also ask the user how much they want to bet on the 1st outcome, 2nd outcome, 3rd outcome, so on and so forth.
If wheel lands on 0 or 00, have the program count it as a loss and tell user to double all their current bets. It would be great if the program has another option for the user to change this into considering this a loss and resetting the count back to 0.
Program needs to keep track of past outcomes, but not have it confusing for the user to view the current count of the variables.
I would like to know your quote ,language for coding and how long do you think this would take you to code?
1) Even or Odd
2) Red or Black
3) 1 to 18 or 19 to 36
When 3 of the variables are in a row (3 even), the program tells user to place 1st bet on odd. If even shows up again, program tells user to place 2nd bet on odd. If even shows up, program resets the count. If odd shows up, program resets the count and keeps track of $ amount won and lost. The program should keep a count of all outcomes up to a max of 5 times.
It would be great if the count can be changed by the user. For example, right now the user is waiting for 3 outcomes in a row to be able to bet. It would be great if the user can set the threshold to 2 outcomes in a row or 6 outcomes in a row and to have betting phases of up to 20 times (whatever the user wants to set it to). It should also ask the user how much they want to bet on the 1st outcome, 2nd outcome, 3rd outcome, so on and so forth.
If wheel lands on 0 or 00, have the program count it as a loss and tell user to double all their current bets. It would be great if the program has another option for the user to change this into considering this a loss and resetting the count back to 0.
Program needs to keep track of past outcomes, but not have it confusing for the user to view the current count of the variables.
I would like to know your quote ,language for coding and how long do you think this would take you to code?
Related categories:
C Programming
Python
Matlab and Mathematica
Software Architecture
C++ Programming