please note that all of this is thoretical
i was thinking of how to put a poker like game in your game and i think ive come across a solution.
A. you would have to make some kind of random number generator to simulate the dealing of cards. iv thought long and hard about this and thought up a solution.
1.make a variable depending on the time of day.
2. make events all around the world that modify a variable that in turn is modifyd by the first variable like this:
if time of day eqals____ then variable 1 =____ and if variable 1=____ then you draw a ____
this would take ALOT of coding however.
B. make a card game in witch some cards beat other cards or groups of card beat other groups.
C. add a betting option to the game itself with several choice option like this:
raise or stay
if you picked raise 50 gold goes into the pot.
if you picked stay no gold goes into the pot.
D. add yet another variable to simulate winning or losing like this:
if varaible 3 is more than 50 win.
if variable 3 is less than 50 lose.
engoy.
i was thinking of how to put a poker like game in your game and i think ive come across a solution.
A. you would have to make some kind of random number generator to simulate the dealing of cards. iv thought long and hard about this and thought up a solution.
1.make a variable depending on the time of day.
2. make events all around the world that modify a variable that in turn is modifyd by the first variable like this:
if time of day eqals____ then variable 1 =____ and if variable 1=____ then you draw a ____
this would take ALOT of coding however.
B. make a card game in witch some cards beat other cards or groups of card beat other groups.
C. add a betting option to the game itself with several choice option like this:
raise or stay
if you picked raise 50 gold goes into the pot.
if you picked stay no gold goes into the pot.
D. add yet another variable to simulate winning or losing like this:
if varaible 3 is more than 50 win.
if variable 3 is less than 50 lose.
engoy.



Comment