WDI-HoneyBadger / Project1-Prompt

1 stars 11 forks source link

BS Game #3

Open hamoudsa opened 5 years ago

hamoudsa commented 5 years ago

I would like to create BS game, the game would have 4 players and the split one full deck card, so each player would have 13 cards. each turn would be a dealer he would start putting cards down in row starting Ace,2,3,4 .... until King faces down, and for sure some of the players wouldn't have the right card for the right turn, lets say for example player #4 should put 3 down in his first turn , and player #2 has all the 3's he would push Liar bottom, and the game will show player #4 card if P#2 was right then P#4 would take all the cards on the table, first player would turn all his card would win the game, to make it fun and interested each player would have three chances to push the liar bottom if he missed all his chance so he won't be able to push that bottom. now to make that game I should have the 52 cards, write all the function I'm gonna need to take the right action and figure out how to make 4 players join the same table online, thats everything till this point, screen shot 2018-11-25 at 11 59 05

trevorpreston commented 5 years ago

So is this going to be hosted online?

hamoudsa commented 5 years ago

yep for sure

trevorpreston commented 5 years ago

As we talked about offline - approval pending. For approval we need to see a working hosted server by Tuesday, EOD.

trevorpreston commented 5 years ago

Also, think of a backup plan that is closer to the scope of tic-tac-toe!

hamoudsa commented 5 years ago

you got it

trevorpreston commented 5 years ago

You sure you want to try this? I am thinking you should probably try to do something within the scope of normal static sites.

hamoudsa commented 5 years ago

I would like to give it a try tonight

trevorpreston commented 5 years ago

alright sure thing. Just make sure that you also demonstrate solid understanding of html/css/js along the way. Good luck!

hamoudsa commented 5 years ago

will do ,,, and thanks ,,

hamoudsa commented 5 years ago

I decided to do Tower of Hanoi puzzle , in this game we have three poles we have disks in the first pole, we need to move the disks from pole1 to pole 3 , the disks is different in sizes, as I said in the beginning the disks stacked in pole1 in sequences small to large, the tasks is to move the disks one by one from pole1 to pole3 using pole2 as resting place if necessary, we have 3 rules: 1- disk can't be move unless is the top disk of the pole. 2-moving disk straight from pole to another one directly. 3- bigger disks CAN NOT be placed on smaller disks at any time.