Rock paper scissors game Sheldon style. (CHROME & SAFARI only)
Sheldon: "It's very simple. Scissors cuts paper, paper covers rock,rock crushes lizard, lizard poisons Spock, Spock smashes scissors, scissors decapitates lizard, lizard eats paper, paper disproves Spock, Spock vaporizes rock, and—as it always has—rock crushes scissors"
Just a pet project to speed up my javascript learning process :)
Regular rock paper scissors game in javascript.
Regular rock paper scissors game in python (for excercise).
Modifying the code to Big bang theory version of the game.
Figuring out how to turn it into a web app, the entire UI, graphics, user experience and adding of more features.
Do the same in python. a.) javascript code -> python code, b.) add bootstrap for responsivness and Flask.
Putting it all together, deploying it with Heroku. Also make support for other browsers as well (at least Mozzilla and Safari)
Make it so that game can be played among humans as well - not just AI vs. humans.
Remote play - e-mail box where you get to write your e-mail address and pick your option. Also write mailbox for your friend that will than pick an option. As soon as you get both options, send e-mai l to both about who picked what and who won.
Real-time play - user gets link and waits for partner to join using the link. They they both pick. As soon as both pick they get result about who won.