zamzam
04-05-2014, 04:14 PM
Am new in JavaScript and HTML, still learning the ropes. the scenario i am working on is this:
An interactive game that will ask the player his name, and personal questions, then ask him if he intends to give money as charity today. if he answers no, the game will end. if he answers yes, the game will pick an amount at random (eg. 800,000) and say "Playername, you Have 800000 to give as charity today. You must spend every penny of it." then the game will pick beneficiaries at random and ask player, "how much are you donating to Christopher Jnr?" Player will mention an amount from the total Figure meant for charity. the game will then deduct the amount and say "Playername, thats good. Lets spend the remaining cash" the circle will continue (... then the game will pick beneficiaries at random and ask player, "how much are you donating to Christopher Jnr?".....) till all the amount is fully spent on charity and the game will end.
would be very grateful with expert help. thanks.
An interactive game that will ask the player his name, and personal questions, then ask him if he intends to give money as charity today. if he answers no, the game will end. if he answers yes, the game will pick an amount at random (eg. 800,000) and say "Playername, you Have 800000 to give as charity today. You must spend every penny of it." then the game will pick beneficiaries at random and ask player, "how much are you donating to Christopher Jnr?" Player will mention an amount from the total Figure meant for charity. the game will then deduct the amount and say "Playername, thats good. Lets spend the remaining cash" the circle will continue (... then the game will pick beneficiaries at random and ask player, "how much are you donating to Christopher Jnr?".....) till all the amount is fully spent on charity and the game will end.
would be very grateful with expert help. thanks.