A fun game .. maybe the INTERNATIONAL TIME PASS ๐
- It takes the users choice and simultaneously generates a Bot's choice.
- The winner is found among the two and then the game proceeds by given the respective points to either of the two.
- The draw condition does not add to anyone's credits.
On the count of three (usually accompanied by a chant of โRock, Paper, Scissorsโ), each time raising one hand in a fist and swinging it down on the count, opposing players โthrowโ their selection into the middle. Rock is designated by maintaining the fist, Scissors by extending the middle and index fingers, and Paper by holding the hand out flat. If players throw out the same gesture, the game goes on. If not, itโs decided by a harmonic and intransitive method โ rock crushes scissors, scissors cuts paper, but paper covers rock.
- Javascript
- HTML
- CSS
As small as it looks .. it's super fun to automate it using code. Starting small and trying to learn things from basics and then gradually advancing to the better versions was the motive behind choosing this topic.
For a beginner everything seemed a challenge to be honest.
The first time I read the documentation of JavaScript carefully and understood it.
I'll try to add an animated object beside to give expressions as the game proceeds and make the overall experience more fun.